diff options
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! |