fix:修复拼写错误

Signed-off-by: x_xiny <1301913191@qq.com>
Change-Id: I1cc4897e5d37dd98696221f0cc70220cef45e7d4
This commit is contained in:
x_xiny
2022-03-14 22:22:56 +08:00
parent 0f75bf01a6
commit bc70db58a7
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;
}