From: Mukund Sivaraman Date: Fri, 14 Feb 2014 13:23:26 +0000 (+0530) Subject: [2430] Fix separator spelling X-Git-Tag: bind10-1.2.0beta1-release~50^2~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=23911dbc9aafb2f8b00755a74284ac82dba19bee;p=thirdparty%2Fkea.git [2430] Fix separator spelling --- diff --git a/src/lib/dns/master_loader.cc b/src/lib/dns/master_loader.cc index a0ef890847..d5979feb5b 100644 --- a/src/lib/dns/master_loader.cc +++ b/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('.');