mirror of
https://github.com/openharmony/commonlibrary_utils_lite.git
synced 2026-07-01 03:23:17 -04:00
!104 【OpenHarmony开源贡献者计划2022】fix: change initializeed to initialized
Merge pull request !104 from 叶小桐/fix
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user