]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/icap/ModXact.h
Docs: fix many spelling mistakes (#206)
[thirdparty/squid.git] / src / adaptation / icap / ModXact.h
index 4b0dc6d36ae68199870362d5fc6a80fca8cd088b..f24958e0bdfc428d013fadaf6e91ac5dbd8b0056 100644 (file)
@@ -63,7 +63,7 @@ public:
     VirginBodyAct();
 
     void plan(); // the activity may happen; do not consume at or above offset
-    void disable(); // the activity wont continue; no consumption restrictions
+    void disable(); // the activity will not continue; no consumption restrictions
 
     bool active() const { return theState == stActive; }
     bool disabled() const { return theState == stDisabled; }