From 76023ade494990527a0b0173ccf31105a3a6f286 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Wed, 21 Feb 2024 20:51:19 -0500 Subject: [PATCH] text typo --- scripts/run-clang-tidy-on-compile-commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.",