diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2018-04-15 00:47:36 +0200 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2018-04-15 03:05:45 -0400 |
commit | 9b96e0bb444d2bdebffb0e530a4fd25e3201a1d0 (patch) | |
tree | d81a8b6cbfae3b215b2c54aecb085ac791dca7a7 /docs/CHECKSRC.md | |
parent | 94400f32e9016d2eaea2db583f6e213c36b1eb1d (diff) | |
download | curl-9b96e0bb444d2bdebffb0e530a4fd25e3201a1d0.tar.gz |
checksrc: Fix typo
Fix typo in "semicolon" spelling and remove stray tab character.
Closes https://github.com/curl/curl/pull/2498
Diffstat (limited to 'docs/CHECKSRC.md')
-rw-r--r-- | docs/CHECKSRC.md | 2 |
1 files changed, 1 insertions, 1 deletions
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! |