!831 fix:修复拼写错误

Merge pull request !831 from xuxinyu/master
This commit is contained in:
openharmony_ci
2022-03-14 14:43:36 +00:00
committed by Gitee
15 changed files with 24 additions and 24 deletions

View File

@@ -469,7 +469,7 @@ int RemoveDir(const char *dir)
rmdir(dir); /* now dir is empty */
} else {
perror("unknow file type!");
perror("unknown file type!");
}
return 0;
}