Skip to content

Commit 4919a09

Browse files
authored
Docs: enhance scripts comments (#13842)
1 parent c2142cd commit 4919a09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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)

scripts/style.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ clang_options=(-style=file)
9595

9696
# Swift formatting options for the repo should be configured in
9797
# https://github.com/firebase/firebase-ios-sdk/blob/main/.swiftformat.
98-
# These may be overriden with additional `.swiftformat` files in subdirectories.
98+
# These may be overridden with additional `.swiftformat` files in subdirectories.
9999
swift_options=()
100100

101101
if [[ $# -gt 0 && "$1" == "test-only" ]]; then

0 commit comments

Comments
 (0)