mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Fix spelling of errormessage in argument parsing
This commit is contained in:
parent
f15e633de5
commit
fdd85dec7b
2
cpplint/cpplint.py
vendored
2
cpplint/cpplint.py
vendored
|
@ -6078,7 +6078,7 @@ def ParseArguments(args):
|
|||
try:
|
||||
_valid_extensions = set(val.split(','))
|
||||
except ValueError:
|
||||
PrintUsage('Extensions must be comma seperated list.')
|
||||
PrintUsage('Extensions must be comma separated list.')
|
||||
|
||||
if not filenames:
|
||||
PrintUsage('No files were specified.')
|
||||
|
|
Loading…
Reference in New Issue
Block a user