From 29803911a8e64c639c85c4b7532942617ca67956 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 12:35:32 -0500 Subject: [PATCH] spelling: representation Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- pdns/recursordist/rec-main.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/rec-main.hh b/pdns/recursordist/rec-main.hh index 550d3b5de9..1078ad8a40 100644 --- a/pdns/recursordist/rec-main.hh +++ b/pdns/recursordist/rec-main.hh @@ -96,7 +96,7 @@ struct DNSComboWriter d_socket = sock; } - // get a string repesentation of the client address, including proxy info if applicable + // get a string representation of the client address, including proxy info if applicable string getRemote() const { if (d_source == d_remote) { -- 2.47.3