From 767eda8d9840f4acb1b2da846ddc2225b8f152c9 Mon Sep 17 00:00:00 2001 From: Niraj Kumar Goit Date: Thu, 5 Sep 2019 11:12:28 +0530 Subject: [PATCH] Fix type error. Change-Id: I423c3f7974965d037eb709b257c98e6d92e5163f Signed-off-by: Niraj Kumar Goit --- include/net_connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.7.4