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

@@ -170,7 +170,7 @@ int nsh_telnetstart(sa_family_t family);
* must provide this function in order to obtain the Message of the Day
* (MOTD)
*
* Input Parmeters:
* Input Parameters:
* buffer - A caller allocated buffer in which to receive the MOTD
* buflen - The length in bytes of the caller allocated buffer
*
@@ -191,7 +191,7 @@ void platform_motd(FAR char *buffer, size_t buflen);
* must provide this function in order verify user credentials as part of
* the login process.
*
* Input Parmeters:
* Input Parameters:
* username/password - User credentials to be verified.
*
* Returned value: