checksrc: fixed typo

Closes #14968
This commit is contained in:
Gabriel Marin 2024-09-19 17:47:22 +03:00 committed by Daniel Stenberg
parent 1f1fc27c15
commit a4703dac13
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -82,7 +82,7 @@ my %warnings = (
'MULTISPACE' => 'multiple spaces used when not suitable',
'NOSPACEEQUALS' => 'equals sign without preceding space',
'NOSPACEQ' => 'missing space around ternary question mark operator',
'NOSPACETHAN' => 'missing space aground less or greater than',
'NOSPACETHAN' => 'missing space around less or greater than',
'NOTEQUALSZERO', => 'if/while comparison with != 0',
'ONELINECONDITION' => 'conditional block on the same line as the if()',
'OPENCOMMENT' => 'file ended with a /* comment still "open"',