From 25ffef31f19d6fbbed1f6dbc247029a0f9e00103 Mon Sep 17 00:00:00 2001
From: David Carlier <devnexen@gmail.com>
Date: Thu, 31 May 2018 16:42:03 +0100
Subject: [PATCH] contrib: modsecurity

Few typo fixes.

---
 contrib/modsecurity/README | 4 ++--
 contrib/modsecurity/spoa.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/modsecurity/README b/contrib/modsecurity/README
index 21ff37ef2..e6cb305ec 100644
--- a/contrib/modsecurity/README
+++ b/contrib/modsecurity/README
@@ -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
diff --git a/contrib/modsecurity/spoa.c b/contrib/modsecurity/spoa.c
index ab3e8b2b1..cbabcb29c 100644
--- a/contrib/modsecurity/spoa.c
+++ b/contrib/modsecurity/spoa.c
@@ -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>
-- 
2.16.2

