From 07ddb9de1103113007cd8d82d34fe51cf9c13e14 Mon Sep 17 00:00:00 2001 From: lanshouren Date: Thu, 25 Apr 2024 19:09:31 +0800 Subject: [PATCH] fix typos Signed-off-by: lanshouren Change-Id: I2aab1a1e15d4f1fdd215c5abfe4753da1c038b1a --- arkui/ace_engine/native/native_node.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index f1e6c4f97..3c7b48e54 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -5153,9 +5153,9 @@ ArkUI_NodeCustomEventType OH_ArkUI_NodeCustomEvent_GetEventType(ArkUI_NodeCustom */ typedef enum { /** Defines the attach event. */ - NOTE_CONTENT_EVENT_ON_ATTACH_TO_WINDOW = 0, + NODE_CONTENT_EVENT_ON_ATTACH_TO_WINDOW = 0, /** Defines the detach event. */ - NOTE_CONTENT_EVENT_ON_DETACH_FROM_WINDOW = 1, + NODE_CONTENT_EVENT_ON_DETACH_FROM_WINDOW = 1, } ArkUI_NodeContentEventType; /** -- Gitee