mirror of
https://github.com/curl/curl.git
synced 2026-08-06 08:46:14 +03:00
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:
parent
94400f32e9
commit
9b96e0bb44
2 changed files with 5 additions and 5 deletions
|
|
@ -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!
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue