From 38e4b11391e9fa1a50aaaac311d005921435fc64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Tue, 18 Jan 2022 20:39:36 +0100 Subject: [PATCH] test: fix typo in test_js_native_api_v8 PR-URL: https://github.com/nodejs/node/pull/41584 Reviewed-By: Richard Lau Reviewed-By: Michael Dawson Reviewed-By: Mestery Reviewed-By: Colin Ihrig Reviewed-By: Antoine du Hamel --- test/cctest/test_js_native_api_v8.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cctest/test_js_native_api_v8.cc b/test/cctest/test_js_native_api_v8.cc index 2d95c86d09d5d5..06de770089d9e6 100644 --- a/test/cctest/test_js_native_api_v8.cc +++ b/test/cctest/test_js_native_api_v8.cc @@ -74,7 +74,7 @@ TEST_F(JsNativeApiV8Test, Reference) { // We can hardly trigger a non-forced Garbage Collection in a stable way. // Here we just invoke the weak callbacks directly. - // The persistant handles should be reset in the weak callback in respect + // The persistent handles should be reset in the weak callback in respect // to the API contract of v8 weak callbacks. v8::WeakCallbackInfo data( reinterpret_cast(isolate_),