diff options
| author | ruki <[email protected]> | 2020-09-25 00:50:35 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-09-25 00:50:35 +0800 |
| commit | 475233c8d4ca369e967c102558068392c9e496e8 (patch) | |
| tree | 7c545db4f3dfe5a30891b538659e7893f1af446e /core/src | |
| parent | ba3a8eba461121eed5028f3e1f5c426fda348637 (diff) | |
rename some pathes to paths
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/xmake/os/find.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/os/find.c b/core/src/xmake/os/find.c index ed57e70c1..09a0961ce 100644 --- a/core/src/xmake/os/find.c +++ b/core/src/xmake/os/find.c @@ -97,7 +97,7 @@ static tb_bool_t xm_os_find_walk(tb_char_t const* path, tb_file_info_t const* in if (tb_strcmp(rootdir, ".")) path += rootlen + 1; - // exclude pathes + // exclude paths tb_int_t i = 0; tb_int_t count = (tb_int_t)lua_objlen(lua, 5); for (i = 0; i < count && !excluded; i++) |
