From 9711f4eeb4e8453b626c50ee3f3f92f4a44e0bc4 Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Thu, 8 Dec 2022 14:36:10 +0000 Subject: [PATCH] Fix typo in code style script Signed-off-by: David Horstmann --- scripts/code_style.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/code_style.py b/scripts/code_style.py index 068298aec..be333f093 100755 --- a/scripts/code_style.py +++ b/scripts/code_style.py @@ -68,7 +68,7 @@ def get_uncrustify_version() -> str: def check_style_is_correct(src_file_list: List[str]) -> bool: """ - Check the code style and output a diff foir each file whose style is + Check the code style and output a diff for each file whose style is incorrect. """ style_correct = True