]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: work 16531/head
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 19:17:40 +0000 (14:17 -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>
modules/remotebackend/remotebackend.cc

index 2234db2c1f520ecd3f9f61459dcdfc74ad4518e5..573f8bc5cef2a54293703e5f1e7c06229ea59606 100644 (file)
@@ -97,7 +97,7 @@ bool RemoteBackend::send(Json& value)
 {
   try {
     if (!connector->send(value)) {
-      // XXX does this work work even though we throw?
+      // XXX does this work even though we throw?
       this->connector.reset();
       build();
       throw DBException("Could not send a message to remote process");