diff --git a/src/ca/tcpiiu.cpp b/src/ca/tcpiiu.cpp index d45fb6280..b06b2c352 100644 --- a/src/ca/tcpiiu.cpp +++ b/src/ca/tcpiiu.cpp @@ -416,8 +416,8 @@ void tcpRecvThread::run () } // Although this is redundant in certain situations it is - // required in other because the receive thread must hang - // around until it receives its blocking socket call interrupt + // required because the receive thread must hang around + // until it receives its blocking socket call interrupt // signal. this->iiu.cacRef.initiateAbortShutdown ( this->iiu ); }