From: Simon Glass Date: Wed, 22 Feb 2023 19:14:45 +0000 (-0700) Subject: binman: Correct an 'aot' typo X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=6569cb8e1f556988dcb10495d3eab8b44c652959;p=u-boot.git binman: Correct an 'aot' typo Fix this typo. Signed-off-by: Simon Glass --- diff --git a/tools/binman/bintool.py b/tools/binman/bintool.py index f460243e79..bb22968855 100644 --- a/tools/binman/bintool.py +++ b/tools/binman/bintool.py @@ -389,7 +389,7 @@ class Bintool: @classmethod def apt_install(cls, package): - """Install a bintool using the 'aot' tool + """Install a bintool using the 'apt' tool This requires use of servo so may request a password