Skip to content

Commit f608ab2

Browse files
committed
docs: fix a typo in a comment
1 parent a3e7a20 commit f608ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cpplint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ def __init__(self):
12561256
self._filters_backup = self.filters[:]
12571257
self.counting = 'total' # In what way are we counting errors?
12581258
self.errors_by_category = {} # string to int dict storing error counts
1259-
self.quiet = False # Suppress non-error messagess?
1259+
self.quiet = False # Suppress non-error messages?
12601260

12611261
# output format:
12621262
# "emacs" - format that emacs can parse (default)

0 commit comments

Comments
 (0)