]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/RequestFlags.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / RequestFlags.h
index 23d9cb711fddfdfd8adb7064d1ce941c17cdda27..6f705eb95eb26bf6e05b925aa34eafcddbe8c28b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2020 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.
@@ -72,7 +72,7 @@ public:
     bool internal = false;
     /** if set, request to try very hard to keep the connection alive */
     bool mustKeepalive = false;
-    /** set if the rquest wants connection oriented auth */
+    /** set if the request wants connection oriented auth */
     bool connectionAuth = false;
     /** set if connection oriented auth can not be supported */
     bool connectionAuthDisabled = false;
@@ -83,7 +83,7 @@ public:
     bool pinned = false;
     /** Authentication was already sent upstream (e.g. due tcp-level auth) */
     bool authSent = false;
-    /** Deny direct forwarding unless overriden by always_direct
+    /** Deny direct forwarding unless overridden by always_direct
      * Used in accelerator mode */
     bool noDirect = false;
     /** Reply with chunked transfer encoding */