We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78842cf commit 26b22c0Copy full SHA for 26b22c0
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
@@ -156,7 +156,7 @@ static const char* get_fs_func_name_by_type(uv_fs_type req_type) {
156
FS_TYPE_TO_NAME(LUTIME, "lutime")
157
158
159
160
161
162
0 commit comments