]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/client_side.cc
Docs: fix many spelling mistakes (#206)
[thirdparty/squid.git] / src / client_side.cc
index 9a4766adfa8c222403a3878fb6a8f032803081f0..0ff258707eebb05f215738cf51140bde5b91d5b1 100644 (file)
@@ -792,7 +792,7 @@ void
 clientSocketRecipient(clientStreamNode * node, ClientHttpRequest * http,
                       HttpReply * rep, StoreIOBuffer receivedData)
 {
-    // dont tryt to deliver if client already ABORTED
+    // do not try to deliver if client already ABORTED
     if (!http->getConn() || !cbdataReferenceValid(http->getConn()) || !Comm::IsConnOpen(http->getConn()->clientConnection))
         return;