]> granicus.if.org Git - pdns/commitdiff
spelling: communicating
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:40:28 +0000 (09:40 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:40:28 +0000 (09:40 +0000)
pdns/dnsdist.cc

index 6737a505884cc2c176b43b0af10cdf1207c708a6..eb5da3749515a65b21ede5b8b0241c8ca5588462 100644 (file)
@@ -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;