Skip to content

Commit 7a7dab4

Browse files
TimShilovdanielleadams
authored andcommitted
test: fix typo in test/parallel/test-fs-rm.js
`succesfully` -> `successfully` PR-URL: #44882 Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent b45878b commit 7a7dab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-fs-rm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ if (isGitPresent) {
413413
});
414414
} catch (err) {
415415
// Only fail the test if the folder was not deleted.
416-
// as in some cases rmSync succesfully deletes read-only folders.
416+
// as in some cases rmSync successfully deletes read-only folders.
417417
if (fs.existsSync(root)) {
418418
throw err;
419419
}

0 commit comments

Comments
 (0)