]> granicus.if.org Git - pdns/commitdiff
spelling: being
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:34:47 +0000 (09:34 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:34:47 +0000 (09:34 +0000)
pdns/zoneparser-tng.cc

index 16afed667561d087190c2a3e177fb6d942e6813c..225e16c977a00887fd13d0cd1d1ffae21e7fee50 100644 (file)
@@ -150,7 +150,7 @@ bool ZoneParserTNG::getTemplateLine()
     string part=makeString(d_templateline, *iter);
     
     /* a part can contain a 'naked' $, an escaped $ (\$), or ${offset,width,radix}, with width defaulting to 0, 
-       and radix beging 'd', 'o', 'x' or 'X', defaulting to 'd'. 
+       and radix being 'd', 'o', 'x' or 'X', defaulting to 'd'. 
 
        The width is zero-padded, so if the counter is at 1, the offset is 15, with is 3, and the radix is 'x',
        output will be '010', from the input of ${15,3,x}