summaryrefslogtreecommitdiff
path: root/cli/js/tests/chown_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/tests/chown_test.ts')
-rw-r--r--cli/js/tests/chown_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/tests/chown_test.ts b/cli/js/tests/chown_test.ts
index eb3a75ba7..724ea5a21 100644
--- a/cli/js/tests/chown_test.ts
+++ b/cli/js/tests/chown_test.ts
@@ -108,7 +108,7 @@ if (Deno.build.os !== "windows") {
async function chownSyncSucceed(): Promise<void> {
// TODO: when a file's owner is actually being changed,
// chown only succeeds if run under priviledged user (root)
- // The test script has no such priviledge, so need to find a better way to test this case
+ // The test script has no such privilege, so need to find a better way to test this case
const { uid, gid } = await getUidAndGid();
const enc = new TextEncoder();