]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: to
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 19:11:27 +0000 (14:11 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:32:42 +0000 (07:32 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/misc.hh

index 33ee88bd818cf8feb6509e7e347998b38bce89f5..c9c942421831cceb9f077b46438e1fcd4b51bfa9 100644 (file)
@@ -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);