Index: cpplint.py |
diff --git a/cpplint.py b/cpplint.py |
index 3fde105eb82f26e30d3501406baf9a1984e0c774..f74eff79f9ec9cd86a008a05c276bc94e18a8747 100755 |
--- a/cpplint.py |
+++ b/cpplint.py |
@@ -6079,7 +6079,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.') |