diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-04-19 13:37:46 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-03 12:22:58 -0600 |
commit | d881da3b424c1b8c6e7fa1b832264800a5b03c4f (patch) | |
tree | dae91a41d17d5ac00909c3a749b6abc22755db7e | |
parent | f722ba16048ac71b5eb7c8aad04355bf02259423 (diff) | |
download | u-boot-d881da3b424c1b8c6e7fa1b832264800a5b03c4f.zip u-boot-d881da3b424c1b8c6e7fa1b832264800a5b03c4f.tar.gz u-boot-d881da3b424c1b8c6e7fa1b832264800a5b03c4f.tar.bz2 |
tools: typo arguemnts
%s/arguemnts/arguemnts/
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-rw-r--r-- | tools/buildman/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildman/test.py b/tools/buildman/test.py index bdd3d84..f92add7 100644 --- a/tools/buildman/test.py +++ b/tools/buildman/test.py @@ -195,7 +195,7 @@ class TestBuild(unittest.TestCase): Args: echo_lines: True to echo lines to the terminal to aid test development - kwdisplay_args: Dict of arguemnts to pass to + kwdisplay_args: Dict of arguments to pass to Builder.SetDisplayOptions() Returns: |