From f02e50e3334ebdffcd93f0f8abf1060da642f197 Mon Sep 17 00:00:00 2001 From: yexiaotong <3314838426@qq.com> Date: Tue, 2 Aug 2022 17:41:44 +0800 Subject: [PATCH] fix initializeed to initialized Signed-off-by: yexiaotong <3314838426@qq.com> --- include/ohos_errno.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ohos_errno.h b/include/ohos_errno.h index d6d5612..2746968 100644 --- a/include/ohos_errno.h +++ b/include/ohos_errno.h @@ -49,7 +49,7 @@ enum OHOSLiteErrorCode { EC_NOKEY = -23, /* Required key not available */ EC_NOHANDLER = -24, /* No handler to execute */ EC_FLOWCTRL = -25, /* Flow control */ - EC_NOINIT = -26, /* device hasn't been initializeed */ + EC_NOINIT = -26, /* device hasn't been initialized */ EC_NORESOURCE = -27, /* resource error */ EC_LLERRTOP = -127, /* Low level function error code max value */ EC_HLERRBASE = -128 /* High level function error code baseline */ -- Gitee