From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 19:17:40 +0000 (-0500) Subject: spelling: work X-Git-Tag: rec-5.4.0-alpha1~61^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16531%2Fhead;p=thirdparty%2Fpdns.git spelling: work Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/modules/remotebackend/remotebackend.cc b/modules/remotebackend/remotebackend.cc index 2234db2c1f..573f8bc5ce 100644 --- a/modules/remotebackend/remotebackend.cc +++ b/modules/remotebackend/remotebackend.cc @@ -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");