8000 test: fix typo in comment · nodejs/node@ea09da4 · GitHub
[go: up one dir, main page]

Skip to content
10BC0

Commit ea09da4

Browse files
inokawadanielleadams
authored andcommitted
test: fix typo in comment
PR-URL: #36312 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 6ebb98a commit ea09da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-fs-options-immutable.js

Lines changed: 1 addition & 1 deletion
50BC
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if (common.canCreateSymLink()) {
4444
fs.appendFile(fileName, 'ABCD', options, common.mustCall(errHandler));
4545
}
4646

47-
if (!common.isIBMi) { // IBMi does not suppport fs.watch()
47+
if (!common.isIBMi) { // IBMi does not support fs.watch()
4848
const watch = fs.watch(__filename, options, common.mustNotCall());
4949
watch.close();
5050
}

0 commit comments

Comments
 (0)
0