]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/AllOf.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / acl / AllOf.h
index 76ef816903a3ed0917e0a73903b85ee1ffdb1a48..155c6f0419ca80db70bf5a09833b7ee0a2b8ecf6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -14,7 +14,7 @@
 namespace Acl
 {
 
-/// Configurable all-of ACL. Each ACL line is a conjuction of ACLs.
+/// Configurable all-of ACL. Each ACL line is a conjunction of ACLs.
 /// Uses AndNode and OrNode to handle squid.conf configuration where multiple
 /// acl all-of lines are always ORed together.
 class AllOf: public Acl::InnerNode