From: Marek Vasut <marex@denx.de>
Date: Thu, 25 Apr 2024 22:54:08 +0000 (+0200)
Subject: binman: Fix typo in mkimage etype description
X-Git-Tag: v2025.01-rc5-pxa1908~484^2~2
X-Git-Url: http://git.dujemihanovic.xyz/posts?a=commitdiff_plain;h=38d88f1db3b13c4a7cc9662e2078b5fe33866a89;p=u-boot.git

binman: Fix typo in mkimage etype description

Fix a typo, no functional change.

Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
---

diff --git a/tools/binman/btool/mkimage.py b/tools/binman/btool/mkimage.py
index d5b407c554..39a4c8c143 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.