From f2e29d0448e832effa6248c35ca3c9c22a9c9d98 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 2 Feb 2017 09:40:28 +0000 Subject: [PATCH] spelling: communicating --- pdns/dnsdist.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2