mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 19:44:35 +08:00
Run codespell -w with the latest dictonary again
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user