]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: representation
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 17:35:32 +0000 (12:35 -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/recursordist/rec-main.hh

index 550d3b5de9af0e2f0a19731496b137ae4322cdcb..1078ad8a4051353241e3adb720120e2836caf2a2 100644 (file)
@@ -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) {