]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/clientStream.cc
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / clientStream.cc
index 5ddac7918afef81e94b88a1b28447aad7631cb19..17ad74d6a65b36caaa1d0528fa311293c19ba141 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2020 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -209,7 +209,7 @@ clientStreamDetach(clientStreamNode * thisObject, ClientHttpRequest * http)
 
     delete thisObject;
 
-    /* and tell the prev that the detach has occured */
+    /* and tell the prev that the detach has occurred */
     /*
      * We do it in thisObject order so that the detaching node is always
      * at the end of the list