From 99686acdd3c296619b8766432fbcaf4926f162a3 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 20 Sep 2024 17:59:52 +0200 Subject: [PATCH] utils/readme.txt: fix 'typos' typo Signed-off-by: Peter Korsgaard Signed-off-by: Yann E. MORIN (cherry picked from commit 37574ab12a46602c31c103a82b8ef6a58968dfc7) Signed-off-by: Peter Korsgaard --- utils/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.