From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 19:11:27 +0000 (-0500) Subject: spelling: to X-Git-Tag: rec-5.4.0-alpha1~61^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=894769262dc809fc522e12ae78d45133c36348da;p=thirdparty%2Fpdns.git spelling: to Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/misc.hh b/pdns/misc.hh index 33ee88bd81..c9c9424218 100644 --- a/pdns/misc.hh +++ b/pdns/misc.hh @@ -340,7 +340,7 @@ inline double getTime() } string makeHexDump(const string& str, const string& sep = " "); -//! Convert the hexstring in to a byte string +//! Convert the hexstring to a byte string string makeBytesFromHex(const string &in); void normalizeTV(struct timeval& tv);