]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2430] Fix separator spelling
authorMukund Sivaraman <muks@isc.org>
Fri, 14 Feb 2014 13:23:26 +0000 (18:53 +0530)
committerMukund Sivaraman <muks@isc.org>
Fri, 14 Feb 2014 13:23:26 +0000 (18:53 +0530)
src/lib/dns/master_loader.cc

index a0ef8908470b88acde1cb630aa8dab68a0b5a767..d5979feb5b612ad3ef92434eb0fb2fdcb335f8e5 100644 (file)
@@ -460,9 +460,9 @@ genNibbles(int i, unsigned int width, bool uppercase) {
             --width;
         }
 
-        // If width is non zero then we need to add a label seperator.
+        // If width is non zero then we need to add a label separator.
         // If value is non zero then we need to add another label and
-        // that requires a label seperator.
+        // that requires a label separator.
         if (width > 0 || i != 0) {
             rstr.push_back('.');