]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: contrib/modsecurity: few typo fixes
authorDavid Carlier <devnexen@gmail.com>
Thu, 31 May 2018 15:42:03 +0000 (16:42 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 31 May 2018 18:47:39 +0000 (20:47 +0200)
Few typo fixes.

contrib/modsecurity/README
contrib/modsecurity/spoa.c

index 21ff37ef22f451bd29162f5cf3bdad352f448e0a..e6cb305ec94f18dab5d6a9fbbb6c6e3fb41db3e6 100644 (file)
@@ -1,7 +1,7 @@
 ModSecurity for HAProxy
 -----------------------
 
-This is a third party deamon whoch speaks SPOE. It give requests send by HAProxy
+This is a third party deamon which speaks SPOE. It gives requests send by HAProxy
 to ModSecurity and returns the verdict.
 
   Compilation
@@ -24,7 +24,7 @@ the Apache dependencies are installed on the system.
        cp standalone/*.h $PWD/INSTALL/include
        cp apache2/*.h $PWD/INSTALL/include
 
-Note that this compilation method works, but is a litle bit rustic. I cant
+Note that this compilation method works, but is a litle bit rustic. I can't
 deal with Lua, I supposed that is a dependecies problem on my computer.
 
   Start the service
index ab3e8b2b1b16f0d3702522da148ae04977a82529..cbabcb29c303c002b2053e458e7a76f27a56055a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Modsecurity wrapper for haproxy
  *
- * This file contains the bootstrap for laucnching and scheduling modsecurity
+ * This file contains the bootstrap for launching and scheduling modsecurity
  * for working with HAProxy SPOE protocol.
  *
  * Copyright 2016 OZON, Thierry Fournier <thierry.fournier@ozon.io>