CLEANUP: Fix a typo in the proto_htx subsystem
Fixes a typo in the code comments of the proto_htx subsystem.
diff --git a/src/proto_htx.c b/src/proto_htx.c
index ac1b207..975fd77 100644
--- a/src/proto_htx.c
+++ b/src/proto_htx.c
@@ -4238,7 +4238,7 @@
* - delete the complete cookie if we're in insert+indirect mode, so that
* the server never sees it ;
* - remove the server id from the cookie value, and tag the cookie as an
- * application cookie so that it does not get accidently removed later,
+ * application cookie so that it does not get accidentally removed later,
* if we're in cookie prefix mode
*/
if ((s->be->ck_opts & PR_CK_PFX) && (delim != val_end)) {