]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/AsyncEngine.h
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / AsyncEngine.h
index 3229d63d152dc69345367cc1cae841d414025b4a..64bb76caedb3a3b368f9b7eeac5fecafe94484fc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 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.
@@ -28,7 +28,7 @@ public:
          * registered with it that can create events
          */
         EVENT_IDLE = -1,
-        /* some error has occured in this engine */
+        /* some error has occurred in this engine */
         EVENT_ERROR = -2
     };
 
@@ -56,3 +56,4 @@ public:
 };
 
 #endif /* SQUID_ASYNCENGINE_H */
+