Hi,

Please find attached a patch to fix a few typos detected by misspell
in the README and CONTRIBUTING.
Even if one of them is on a listing of commits. I'm assuming that if
we want to enforce less typos in the commits, having one in the
contributing guide is not the best example.

Thanks
Joseph
From bbfcdc1bc3a3a2485e07b809591acd28550c2acb Mon Sep 17 00:00:00 2001
From: Joseph Herlant <[email protected]>
Date: Fri, 9 Nov 2018 17:44:10 -0800
Subject: [PATCH] DOC: Fix typos in README and CONTRIBUTING

Few typos detected by misspell in the README and CONTRIBUTING.
Even if one of them is on a listing of commits. I'm assuming that
if we want to enforce less typos in the commits, having one in the
contributing guide is not the best example.
---
 CONTRIBUTING | 2 +-
 README       | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CONTRIBUTING b/CONTRIBUTING
index 575e63b4..f217e9d0 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -429,7 +429,7 @@ do not think about them anymore after a few patches.
        $ git log --oneline 827752e.. | grep 'BUG\|DOC'
        0d79cf6 DOC: fix function name
        bc96534 DOC: ssl: missing LF
-       10ec214 BUG/MEDIUM: lua: the lua fucntion Channel:close() causes a segf
+       10ec214 BUG/MEDIUM: lua: the lua function Channel:close() causes a segf
        bdc97a8 BUG/MEDIUM: lua: outgoing connection was broken since 1.6-dev2
        ba56d9c DOC: mention support for RFC 5077 TLS Ticket extension in start
        f1650a8 DOC: clarify some points about SSL and the proxy protocol
diff --git a/README b/README
index 023ca52d..f04db22e 100644
--- a/README
+++ b/README
@@ -116,7 +116,7 @@ you don't want them on your systems. HAProxy is known to build correctly on all
 currently supported branches (0.9.8, 1.0.0, 1.0.1, 1.0.2 and 1.1.0 at the time
 of writing). Branch 1.0.2 is currently recommended for the best combination of
 features and stability. Asynchronous engines require OpenSSL 1.1.0 though. It's
-worth mentionning that some OpenSSL derivatives are also reported to work but
+worth mentioning that some OpenSSL derivatives are also reported to work but
 may occasionally break. Patches to fix them are welcome but please read the
 CONTRIBUTING file first.
 
@@ -189,7 +189,7 @@ which come in multiple flavors depending on the system and architecture :
       silently fail. Pthreads are enabled using USE_PTHREAD_PSHARED=1.
 
   Synchronization operations :
-    - internal spinlock : this mode is OS-independant, light but will not
+    - internal spinlock : this mode is OS-independent, light but will not
       scale well to many processes. However, accesses to the session cache
       are rare enough that this mode could certainly always be used. This
       is the default mode.
-- 
2.19.1

Reply via email to