Run codespell -w with the latest dictonary again

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-02-23 16:50:23 +08:00
committed by Abdelatif Guettouche
parent 55a7dfc9a7
commit cde88cabcc
1532 changed files with 3117 additions and 3117 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ void env_release(FAR struct task_group_s *group)
sched_ufree(group->tg_envp);
}
/* In any event, make sure that all environment-related varialbles in the
/* In any event, make sure that all environment-related variables in the
* task group structure are reset to initial values.
*/
+1 -1
View File
@@ -103,7 +103,7 @@ int setenv(FAR const char *name, FAR const char *value, int overwrite)
if (!value || *value == '\0')
{
/* If overwite is set then this is the same as unsetenv */
/* If overwrite is set then this is the same as unsetenv */
if (overwrite)
{