From a872d8a69162ff0952d54f847993c59006d1e1c1 Mon Sep 17 00:00:00 2001 From: Mr_hupeng Date: Tue, 9 Sep 2025 11:38:39 +0800 Subject: [PATCH] Bugfix for spelling mistake Signed-off-by: Mr_hupeng --- TEEKit/libteec.ndk.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TEEKit/libteec.ndk.json b/TEEKit/libteec.ndk.json index 68c534dd68e..0da258c0612 100644 --- a/TEEKit/libteec.ndk.json +++ b/TEEKit/libteec.ndk.json @@ -17,7 +17,7 @@ }, { "first_introduced": "20", - "name": "TTEEC_InvokeCommand" + "name": "TEEC_InvokeCommand" }, { "first_introduced": "20", @@ -35,4 +35,4 @@ "first_introduced": "20", "name": "TEEC_RequestCancellation" } -] \ No newline at end of file +] -- Gitee