diff --git a/scripts/run-clang-tidy-on-compile-commands.py b/scripts/run-clang-tidy-on-compile-commands.py index 0773fe3ce2fcf9..5f59d050dc7a11 100755 --- a/scripts/run-clang-tidy-on-compile-commands.py +++ b/scripts/run-clang-tidy-on-compile-commands.py @@ -373,7 +373,7 @@ def Check(self): # paths like `../../examples/chip-tool/third_party/connectedhomeip/src/` # # NOTE: src/platform/Linux disabled due to glib errors. Seemed like a better - # tradeoff that completely disabling EnumCastoutOfRange which seems + # trade-off than completely disabling EnumCastoutOfRange which seems # to catch errors default="/(repo|zzz_generated|src/platform/Linux)/", help="Regular expression to apply to the file paths for running. Skip overrides includes.",