Fix type error. 16/213416/1 submit/tizen/20191008.125704 submit/tizen/20191010.004456
authorNiraj Kumar Goit <niraj.g@samsung.com>
Thu, 5 Sep 2019 05:42:28 +0000 (11:12 +0530)
committerNiraj Kumar Goit <niraj.g@samsung.com>
Thu, 5 Sep 2019 05:42:28 +0000 (11:12 +0530)
Change-Id: I423c3f7974965d037eb709b257c98e6d92e5163f
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
include/net_connection.h

index fd5c96d..90fd750 100755 (executable)
@@ -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,