From 9b96e0bb444d2bdebffb0e530a4fd25e3201a1d0 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Sun, 15 Apr 2018 00:47:36 +0200 Subject: checksrc: Fix typo Fix typo in "semicolon" spelling and remove stray tab character. Closes https://github.com/curl/curl/pull/2498 --- docs/CHECKSRC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/CHECKSRC.md b/docs/CHECKSRC.md index b42de8470..f246b57e1 100644 --- a/docs/CHECKSRC.md +++ b/docs/CHECKSRC.md @@ -69,7 +69,7 @@ warnings are: - `SPACEBEFOREPAREN`: there was a space before an open parenthesis, `if (`, where one was not expected -- `SPACESEMILCOLON`: there was a space before semicolon, ` ;`. +- `SPACESEMICOLON`: there was a space before semicolon, ` ;`. - `TABS`: TAB characters are not allowed! -- cgit v1.2.3