checksrc: Fix typo

Fix typo in "semicolon" spelling and remove stray tab character.

Closes https://github.com/curl/curl/pull/2498
This commit is contained in:
Daniel Gustafsson 2018-04-15 00:47:36 +02:00 committed by Jay Satiro
parent 94400f32e9
commit 9b96e0bb44
2 changed files with 5 additions and 5 deletions

View file

@ -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!