From 56b0f9d0256629d4e814702150d33ee828f42df4 Mon Sep 17 00:00:00 2001 From: parkhojeong Date: Mon, 18 May 2026 14:58:56 +0900 Subject: [PATCH 1/2] test: fix typo from funciton to function Signed-off-by: parkhojeong --- test/embedding/test-embedding-snapshot-vm.js | 2 +- test/embedding/test-embedding-snapshot-worker.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/embedding/test-embedding-snapshot-vm.js b/test/embedding/test-embedding-snapshot-vm.js index 0d60059056ad2f..fdf09cf6be371d 100644 --- a/test/embedding/test-embedding-snapshot-vm.js +++ b/test/embedding/test-embedding-snapshot-vm.js @@ -27,7 +27,7 @@ const runSnapshotExecArgs = ['arg3', 'arg4']; tmpdir.refresh(); -// Build the snapshot with the vm-creating code in serialized main funciton. +// Build the snapshot with the vm-creating code in serialized main function. spawnSyncAndExitWithoutError( embedtest, ['--', ...buildSnapshotExecArgs, ...snapshotBlobArgs, '--embedder-snapshot-create'], diff --git a/test/embedding/test-embedding-snapshot-worker.js b/test/embedding/test-embedding-snapshot-worker.js index c6f665eed4d116..9349030fd505c2 100644 --- a/test/embedding/test-embedding-snapshot-worker.js +++ b/test/embedding/test-embedding-snapshot-worker.js @@ -27,7 +27,7 @@ const runSnapshotExecArgs = ['arg3', 'arg4']; tmpdir.refresh(); -// Build the snapshot with the worker-creating code in serialized main funciton. +// Build the snapshot with the worker-creating code in serialized main function. spawnSyncAndExitWithoutError( embedtest, ['--', ...buildSnapshotExecArgs, ...snapshotBlobArgs, '--embedder-snapshot-create'], From 3c702a1bc251c630d4072fa5d5752b1e136ac2ad Mon Sep 17 00:00:00 2001 From: parkhojeong Date: Mon, 18 May 2026 14:59:41 +0900 Subject: [PATCH 2/2] test: fix typo from overriden to overridden Signed-off-by: parkhojeong --- .../test-http-set-global-proxy-from-env-override-fetch.mjs | 2 +- .../test-http-set-global-proxy-from-env-override-http.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/client-proxy/test-http-set-global-proxy-from-env-override-fetch.mjs b/test/client-proxy/test-http-set-global-proxy-from-env-override-fetch.mjs index 04bcbc33c50eda..511ac15ddb6c9f 100644 --- a/test/client-proxy/test-http-set-global-proxy-from-env-override-fetch.mjs +++ b/test/client-proxy/test-http-set-global-proxy-from-env-override-fetch.mjs @@ -25,7 +25,7 @@ await checkProxiedFetch({ shutdown(); proxy2.close(); -// Verify request did NOT go through original proxy, but the overriden one. +// Verify request did NOT go through original proxy, but the overridden one. assert.deepStrictEqual(proxyLogs, []); // FIXME(undici:4083): undici currently always tunnels the request over diff --git a/test/client-proxy/test-http-set-global-proxy-from-env-override-http.mjs b/test/client-proxy/test-http-set-global-proxy-from-env-override-http.mjs index a09d29831b58c6..a10502c88b059e 100644 --- a/test/client-proxy/test-http-set-global-proxy-from-env-override-http.mjs +++ b/test/client-proxy/test-http-set-global-proxy-from-env-override-http.mjs @@ -25,7 +25,7 @@ await checkProxiedRequest({ shutdown(); proxy2.close(); -// Verify request did NOT go through original proxy, but the overriden one. +// Verify request did NOT go through original proxy, but the overridden one. assert.deepStrictEqual(proxyLogs, []); const expectedLogs = [{