Run codespell -w against all files

and fix the wrong correction
This commit is contained in:
Xiang Xiao
2020-02-23 02:52:12 +08:00
committed by Gregory Nutt
parent f774e8ee72
commit d660492289
128 changed files with 191 additions and 191 deletions

View File

@@ -1043,7 +1043,7 @@ int nsh_command(FAR struct nsh_vtbl_s *vtbl, int argc, char *argv[])
* name - A point to the name containing the name to be matched.
* matches - A table is size CONFIG_READLINE_MAX_EXTCMDS that can
* be used to remember matching name indices.
* namelen - The lenght of the name to match
* namelen - The length of the name to match
*
* Returned Values:
* The number commands that match to the first namelen characters.