Skip to content

Commit f5e8f12

Browse files
inokawatargos
authored andcommitted
test: fix typo in comment
PR-URL: #36312 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 685ed2c commit f5e8f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)