Browse Source

[2430] Fix separator spelling

Mukund Sivaraman 11 years ago
parent
commit
23911dbc9a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/dns/master_loader.cc

+ 2 - 2
src/lib/dns/master_loader.cc

@@ -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('.');