From 896f9850172172dc35615131f6a871e0bee7e6e3 Mon Sep 17 00:00:00 2001 From: Ylarod Date: Tue, 14 Nov 2023 17:18:44 +0800 Subject: [PATCH] Fix typo (#57) --- lsplant/src/main/jni/include/utils/jni_helper.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsplant/src/main/jni/include/utils/jni_helper.hpp b/lsplant/src/main/jni/include/utils/jni_helper.hpp index 2cda113..4077607 100644 --- a/lsplant/src/main/jni/include/utils/jni_helper.hpp +++ b/lsplant/src/main/jni/include/utils/jni_helper.hpp @@ -667,7 +667,7 @@ template std::forward(args)...); } -// non-vritual methods +// non-virtual methods template [[maybe_unused]] inline auto JNI_CallCallNonvirtualVoidMethod(JNIEnv *env, Object &&obj,