From 801b9ec62d94f201e67d053ee90dae0b70e50a42 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 26 Jun 2023 15:10:27 +0200 Subject: chore: fix typos (#19572) --- test_ffi/tests/thread_safe_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_ffi/tests') diff --git a/test_ffi/tests/thread_safe_test.js b/test_ffi/tests/thread_safe_test.js index 237a8d713..62c78279d 100644 --- a/test_ffi/tests/thread_safe_test.js +++ b/test_ffi/tests/thread_safe_test.js @@ -69,7 +69,7 @@ await sendWorkerMessage("register"); dylib.symbols.call_stored_function(); -// Unref both main and worker thread callbacks and terminate the wrorker: Note, the stored function pointer in lib is now dangling. +// Unref both main and worker thread callbacks and terminate the worker: Note, the stored function pointer in lib is now dangling. mainThreadCallback.unref(); await sendWorkerMessage("unref"); -- cgit v1.2.3