diff options
| author | Heinrich Schuchardt <[email protected]> | 2024-04-19 13:37:46 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-03 12:22:58 -0600 |
| commit | d881da3b424c1b8c6e7fa1b832264800a5b03c4f (patch) | |
| tree | dae91a41d17d5ac00909c3a749b6abc22755db7e | |
| parent | f722ba16048ac71b5eb7c8aad04355bf02259423 (diff) | |
tools: typo arguemnts
%s/arguemnts/arguemnts/
Signed-off-by: Heinrich Schuchardt <[email protected]>
| -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 bdd3d84158a..f92add7a7c5 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: |
