Skip to content

Commit 872b44b

Browse files
committed
test: fixed a typo
1 parent b5e1387 commit 872b44b

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)