Skip to content

Commit a08dabe

Browse files
parkhojeongnodejs-github-bot
authored andcommitted
test: fix typo from funciton to function
Signed-off-by: parkhojeong <parkhj062@gmail.com> PR-URL: #63403 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com>
1 parent 6f11fe7 commit a08dabe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/embedding/test-embedding-snapshot-vm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const runSnapshotExecArgs = ['arg3', 'arg4'];
2727

2828
tmpdir.refresh();
2929

30-
// Build the snapshot with the vm-creating code in serialized main funciton.
30+
// Build the snapshot with the vm-creating code in serialized main function.
3131
spawnSyncAndExitWithoutError(
3232
embedtest,
3333
['--', ...buildSnapshotExecArgs, ...snapshotBlobArgs, '--embedder-snapshot-create'],

test/embedding/test-embedding-snapshot-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const runSnapshotExecArgs = ['arg3', 'arg4'];
2727

2828
tmpdir.refresh();
2929

30-
// Build the snapshot with the worker-creating code in serialized main funciton.
30+
// Build the snapshot with the worker-creating code in serialized main function.
3131
spawnSyncAndExitWithoutError(
3232
embedtest,
3333
['--', ...buildSnapshotExecArgs, ...snapshotBlobArgs, '--embedder-snapshot-create'],

0 commit comments

Comments
 (0)