From d881da3b424c1b8c6e7fa1b832264800a5b03c4f Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Fri, 19 Apr 2024 13:37:46 +0200 Subject: tools: typo arguemnts %s/arguemnts/arguemnts/ Signed-off-by: Heinrich Schuchardt --- tools/buildman/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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: -- cgit v1.2.3 From 38d88f1db3b13c4a7cc9662e2078b5fe33866a89 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Fri, 26 Apr 2024 00:54:08 +0200 Subject: binman: Fix typo in mkimage etype description Fix a typo, no functional change. Signed-off-by: Marek Vasut Reviewed-by: Quentin Schulz --- tools/binman/btool/mkimage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/binman/btool/mkimage.py b/tools/binman/btool/mkimage.py index d5b407c5547..39a4c8c1432 100644 --- a/tools/binman/btool/mkimage.py +++ b/tools/binman/btool/mkimage.py @@ -11,7 +11,7 @@ class Bintoolmkimage(bintool.Bintool): """Image generation for U-Boot This bintool supports running `mkimage` with some basic parameters as - neeed by binman. + needed by binman. Normally binman uses the mkimage built by U-Boot. But when run outside the U-Boot build system, binman can use the version installed in your system. -- cgit v1.2.3