From: Josh Soref Date: Sun, 23 Jul 2017 20:26:29 +0000 (-0400) Subject: spelling: separate X-Git-Tag: trac5124a_base~35^2~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=784985149a040ab97d205784ef49ba9ddedbdbd0;p=thirdparty%2Fkea.git spelling: separate --- diff --git a/src/lib/dhcpsrv/lease_mgr.h b/src/lib/dhcpsrv/lease_mgr.h index b77a8261ee..c1baf8407c 100644 --- a/src/lib/dhcpsrv/lease_mgr.h +++ b/src/lib/dhcpsrv/lease_mgr.h @@ -51,7 +51,7 @@ /// However, there is another approach that can be reliably used to provide /// failover, even without the actual failover protocol implemented. As the /// first backend will use MySQL, we will be able to use Multi-Master capability -/// offered by MySQL and use two separatate Kea instances connecting to the +/// offered by MySQL and use two separate Kea instances connecting to the /// same database. /// /// Nevertheless, we hope to have failover protocol eventually implemented in