diff mbox series

[4/6] utils/readme.txt: fix 'typos' typo

Message ID 20240920155955.4074868-4-peter@korsgaard.com
State New
Headers show
Series [1/6] utils/config: fix don't typo | expand

Commit Message

Peter Korsgaard Sept. 20, 2024, 3:59 p.m. UTC
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 utils/readme.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/utils/readme.txt b/utils/readme.txt
index 6488d13c75..b5862f1fb9 100644
--- a/utils/readme.txt
+++ b/utils/readme.txt
@@ -14,7 +14,7 @@  brmake
 check-package
     a script that checks the coding style across the buildroot tree. It
     checks package's Config.in and .mk files, runs shellcheck for all shell
-    scripts, flake8 for python files, checks for typoes, etc.
+    scripts, flake8 for python files, checks for typos, etc.
     It checks the .checkpackageignore file if errors should be ignored and
     errors if there's a file listed that doesn't produce an error.