From f1f15cb2602f0ddec7d704087fb77266fb3697cd Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 2 Feb 2017 09:34:47 +0000 Subject: [PATCH] spelling: being --- pdns/zoneparser-tng.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.47.2