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

@@ -398,7 +398,7 @@ static int nsh_foreach_netdev(nsh_netdev_callback_t callback,
strcmp(entry->d_name, "stat") != 0)
{
/* Performt he callback. It returns any non-zero value, then
* terminate the serach.
* terminate the search.
*/
ret = callback(vtbl, entry->d_name);