]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: possibility
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 17:33:10 +0000 (12:33 -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/dnsdistdist/dnsdist-tcp.hh

index 948a90a3afa0aa8902f2fc2004cd5876311344e0..99db672533ea29c30a20c01de2f7911409e941c7 100644 (file)
@@ -229,7 +229,7 @@ public:
 
     uint64_t pos = d_pos++;
     /* we need to increment this counter _before_ writing to the pipe,
-       otherwise there is a very real possiblity that the other end
+       otherwise there is a very real possibility that the other end
        decrement the counter before we can increment it, leading to an underflow */
     ++d_queued;
     if (!d_tcpclientthreads.at(pos % d_numthreads).d_querySender.send(std::move(conn))) {