aboutsummaryrefslogtreecommitdiff
path: root/docs/CHECKSRC.md
diff options
context:
space:
mode:
authorAlex Chan <alex@alexwlchan.net>2016-11-15 09:47:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2016-11-15 15:41:45 +0100
commit771f3f22dd2514b07c5957f91cedce90766f67eb (patch)
tree7a952777c74022db3d2ce29e31fb47c0268ec04b /docs/CHECKSRC.md
parentcfd69c133984a5df3de63b4f8c5f64885c6e33ae (diff)
docs: Spelling fixes
Diffstat (limited to 'docs/CHECKSRC.md')
-rw-r--r--docs/CHECKSRC.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CHECKSRC.md b/docs/CHECKSRC.md
index 591e066f6..b42de8470 100644
--- a/docs/CHECKSRC.md
+++ b/docs/CHECKSRC.md
@@ -20,7 +20,7 @@ when, for example, one of the files is generated.
checksrc does not check and verify the code against the entire style guide,
but the script is instead an effort to detect the most common mistakes and
-syntax mistakes that contributers make before they get accustomed to our code
+syntax mistakes that contributors make before they get accustomed to our code
style. Heck, many of us regulars do the mistakes too and this script helps us
keep the code in shape.
@@ -33,7 +33,7 @@ warnings are:
- `BADCOMMAND`: There's a bad !checksrc! instruction in the code. See the
**Ignore certain warnings** section below for details.
-- `BANNEDFUNC`: A banned function was used. The funtions sprintf, vsprintf,
+- `BANNEDFUNC`: A banned function was used. The functions sprintf, vsprintf,
strcat, strncat, gets are **never** allowed in curl source code.
- `BRACEELSE`: '} else' on the same line. The else is supposed to be on the