commit | 9711f4eeb4e8453b626c50ee3f3f92f4a44e0bc4 | [log] [tgz] |
---|---|---|
author | David Horstmann <david.horstmann@arm.com> | Thu Dec 08 14:36:10 2022 +0000 |
committer | David Horstmann <david.horstmann@arm.com> | Thu Dec 08 15:05:53 2022 +0000 |
tree | fb586d253790f4883d567e8c278f91db77a7b02d | |
parent | ca13c4f59f1f85e152786f341a58dc07443c034e [diff] [blame] |
Fix typo in code style script Signed-off-by: David Horstmann <david.horstmann@arm.com>
diff --git a/scripts/code_style.py b/scripts/code_style.py index 068298a..be333f0 100755 --- a/scripts/code_style.py +++ b/scripts/code_style.py
@@ -68,7 +68,7 @@ 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