From: Josh Soref Date: Thu, 2 Feb 2017 09:34:47 +0000 (+0000) Subject: spelling: being X-Git-Tag: rec-4.1.0-alpha1~291^2~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1f15cb2602f0ddec7d704087fb77266fb3697cd;p=thirdparty%2Fpdns.git spelling: being --- diff --git a/pdns/zoneparser-tng.cc b/pdns/zoneparser-tng.cc index 16afed6675..225e16c977 100644 --- a/pdns/zoneparser-tng.cc +++ b/pdns/zoneparser-tng.cc @@ -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}