]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: separate
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 20:26:29 +0000 (16:26 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 20:26:29 +0000 (16:26 -0400)
src/lib/dhcpsrv/lease_mgr.h

index b77a8261eebe88e18d8e17d60c7f64c6969c4f01..c1baf8407c0a729ef9a9caae5c66f7fb8960181c 100644 (file)
@@ -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