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

@@ -173,7 +173,7 @@ int cmd_shutdown(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
#endif
/* boarctl() will not return in any case. It if does, it means that
* there was a problem with the shutdown/resaet operaion.
* there was a problem with the shutdown/resaet operation.
*/
nsh_error(vtbl, g_fmtcmdfailed, argv[0], "boardctl", NSH_ERRNO);
@@ -296,7 +296,7 @@ int cmd_poweroff(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
}
/* boarctl() will not return in any case. It if does, it means that
* there was a problem with the shutdown operaion.
* there was a problem with the shutdown operation.
*/
nsh_error(vtbl, g_fmtcmdfailed, argv[0], "boardctl", NSH_ERRNO);
@@ -326,7 +326,7 @@ int cmd_reboot(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
}
/* boarctl() will not return in this case. It if does, it means that
* there was a problem with the reset operaion.
* there was a problem with the reset operation.
*/
nsh_error(vtbl, g_fmtcmdfailed, argv[0], "boardctl", NSH_ERRNO);