From: ByungWoo Lee Date: Tue, 16 Aug 2016 02:11:30 +0000 (+0900) Subject: Correct typos X-Git-Tag: submit/tizen/20160816.040704^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F44%2F83944%2F1;p=platform%2Fcore%2Fapi%2Fcommon.git Correct typos Change-Id: I812f8c544973efada455660304fc5b969322b5b0 --- diff --git a/error_messages/capi-network-wifi-manager.xml b/error_messages/capi-network-wifi-manager.xml index 2dfa4d9..f1a895a 100644 --- a/error_messages/capi-network-wifi-manager.xml +++ b/error_messages/capi-network-wifi-manager.xml @@ -1,7 +1,7 @@ - TIZEN_ERROR_WIFI_MANAGER_MANAGER | 0x01 + TIZEN_ERROR_WIFI_MANAGER | 0x01 Operation failed diff --git a/include/private/tizen_error_private.h b/include/private/tizen_error_private.h index c05bc0b..4538838 100644 --- a/include/private/tizen_error_private.h +++ b/include/private/tizen_error_private.h @@ -336,7 +336,7 @@ static err_info err_list[] = { ERR_ENTRY("MEDIA_STREAMER_ERROR_CONNECTION_FAILED", TIZEN_ERROR_MEDIA_STREAMER | 0x02, "Connection failed"), ERR_ENTRY("MEDIA_STREAMER_ERROR_RESOURCE_CONFLICT", TIZEN_ERROR_MEDIA_STREAMER | 0x03, "Resource conflict"), ERR_ENTRY("MEDIA_STREAMER_ERROR_SEEK_FAILED", TIZEN_ERROR_MEDIA_STREAMER | 0x04, "Seek operation failure"), - ERR_ENTRY("WIFI_MANAGER_ERROR_OPERATION_FAILED", TIZEN_ERROR_WIFI_MANAGER_MANAGER | 0x01, "Operation failed"), + ERR_ENTRY("WIFI_MANAGER_ERROR_OPERATION_FAILED", TIZEN_ERROR_WIFI_MANAGER | 0x01, "Operation failed"), ERR_ENTRY("WIFI_MANAGER_ERROR_NO_CONNECTION", TIZEN_ERROR_WIFI_MANAGER | 0x02, "There is no connected AP"), ERR_ENTRY("WIFI_MANAGER_ERROR_ALREADY_EXISTS", TIZEN_ERROR_WIFI_MANAGER | 0x03, "Already exists"), ERR_ENTRY("WIFI_MANAGER_ERROR_OPERATION_ABORTED", TIZEN_ERROR_WIFI_MANAGER | 0x04, "Operation is aborted "),