Parcourir la source

[2430] Fix separator spelling

Mukund Sivaraman il y a 11 ans
Parent
commit
23911dbc9a
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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('.');