瀏覽代碼

utils/readme.txt: fix 'typos' typo

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Peter Korsgaard 10 月之前
父節點
當前提交
37574ab12a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/readme.txt

+ 1 - 1
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.