Skip to content

Commit

Permalink
test: fix typo in comment
Browse files Browse the repository at this point in the history
PR-URL: nodejs/node#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>
  • Loading branch information
inokawa authored and aduh95 committed Dec 1, 2020
1 parent 2dc6bf0 commit 976d6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-fs-options-immutable.js
Expand Up @@ -44,7 +44,7 @@ if (common.canCreateSymLink()) {
fs.appendFile(fileName, 'ABCD', options, common.mustCall(errHandler));
}

if (!common.isIBMi) { // IBMi does not suppport fs.watch()
if (!common.isIBMi) { // IBMi does not support fs.watch()
const watch = fs.watch(__filename, options, common.mustNotCall());
watch.close();
}
Expand Down

0 comments on commit 976d6a9

Please sign in to comment.