From: Niraj Kumar Goit Date: Thu, 5 Sep 2019 05:42:28 +0000 (+0530) Subject: Fix type error. X-Git-Tag: submit/tizen/20191008.125704^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=767eda8d9840f4acb1b2da846ddc2225b8f152c9;p=platform%2Fcore%2Fapi%2Fconnection.git Fix type error. Change-Id: I423c3f7974965d037eb709b257c98e6d92e5163f Signed-off-by: Niraj Kumar Goit --- diff --git a/include/net_connection.h b/include/net_connection.h index fd5c96d..90fd750 100755 --- a/include/net_connection.h +++ b/include/net_connection.h @@ -243,7 +243,7 @@ typedef enum { CONNECTION_ERROR_ALREADY_INITIALIZED = TIZEN_ERROR_CONNECTION|0x0409, /** - * Not initialized (Sinece 5.0) + * Not initialized (Since 5.0) */ CONNECTION_ERROR_NOT_INITIALIZED = TIZEN_ERROR_CONNECTION|0x040A,