FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: fix typo in `test/parallel/test-fs-rm.js` · nodejs/node@3c7ea23 · GitHub

/ node Public

Commit 3c7ea23

Browse files
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 316354e commit 3c7ea23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎test/parallel/test-fs-rm.js‎

Lines changed: 1 addition & 1 deletion
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)

Back | FazBrowse Home | New Git URL