From 894769262dc809fc522e12ae78d45133c36348da Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 14:11:27 -0500 Subject: [PATCH] spelling: to Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- pdns/misc.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.3