From: Josh Soref Date: Thu, 2 Feb 2017 09:40:28 +0000 (+0000) Subject: spelling: communicating X-Git-Tag: rec-4.1.0-alpha1~291^2~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2e29d0448e832effa6248c35ca3c9c22a9c9d98;p=thirdparty%2Fpdns.git spelling: communicating --- diff --git a/pdns/dnsdist.cc b/pdns/dnsdist.cc index 6737a50588..eb5da37495 100644 --- a/pdns/dnsdist.cc +++ b/pdns/dnsdist.cc @@ -1606,7 +1606,7 @@ static void checkFileDescriptorsLimits(size_t udpBindsCount, size_t tcpBindsCoun requiredFDsCount += tcpBindsCount; /* max TCP connections currently served */ requiredFDsCount += g_maxTCPClientThreads; - /* max pipes for communicatin between TCP acceptors and client threads */ + /* max pipes for communicating between TCP acceptors and client threads */ requiredFDsCount += (g_maxTCPClientThreads * 2); /* UDP sockets to backends */ requiredFDsCount += backendsCount;