Run codespell -w with the latest dictonary again

This commit is contained in:
Xiang Xiao
2020-02-23 12:51:44 +08:00
committed by Gregory Nutt
parent d660492289
commit 41d88f06e7
261 changed files with 529 additions and 529 deletions

View File

@@ -721,7 +721,7 @@ static int nsh_execute(FAR struct nsh_vtbl_s *vtbl,
/* Then execute the command in "foreground" -- i.e., while the user waits
* for the next prompt. nsh_command will return:
*
* -1 (ERRROR) if the command was unsuccessful
* -1 (ERROR) if the command was unsuccessful
* 0 (OK) if the command was successful
*/