From fdd85dec7ba7c247fd14b56a6326bce9c5694526 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Mon, 11 Jul 2016 11:08:58 +0200 Subject: [PATCH] Fix spelling of errormessage in argument parsing --- cpplint/cpplint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpplint/cpplint.py b/cpplint/cpplint.py index f4b1113..63a7f93 100755 --- a/cpplint/cpplint.py +++ b/cpplint/cpplint.py @@ -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.')