File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1256,7 +1256,7 @@ def __init__(self):
1256
1256
self ._filters_backup = self .filters [:]
1257
1257
self .counting = 'total' # In what way are we counting errors?
1258
1258
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 ?
1260
1260
1261
1261
# output format:
1262
1262
# "emacs" - format that emacs can parse (default)
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ clang_options=(-style=file)
95
95
96
96
# Swift formatting options for the repo should be configured in
97
97
# 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.
99
99
swift_options=()
100
100
101
101
if [[ $# -gt 0 && " $1 " == " test-only" ]]; then
You can’t perform that action at this time.
0 commit comments