8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e0eb4 commit 2d3f5c7Copy full SHA for 2d3f5c7
src/node_dir.cc
@@ -53,7 +53,7 @@ static const char* get_dir_func_name_by_type(uv_fs_type req_type) {
53
FS_TYPE_TO_NAME(CLOSEDIR, "closedir")
54
#undef FS_TYPE_TO_NAME
55
default:
56
- return "unknow";
+ return "unknown";
57
}
58
59
src/node_file.cc
@@ -157,7 +157,7 @@ static const char* get_fs_func_name_by_type(uv_fs_type req_type) {
157
FS_TYPE_TO_NAME(LUTIME, "lutime")
158
159
160
161
162
163
0 commit comments