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

@ -121,7 +121,7 @@ int passwd_update(FAR const char *username, FAR const char *password);
*
* Description:
* Return true if the username exists in the /etc/passwd file and if the
* password matches the user password in that faile.
* password matches the user password in that failed.
*
* Input Parameters:
* username - Identifies the user whose password will be verified