From a0dc195c82293a0d550eb6f888360fa82a581cf1 Mon Sep 17 00:00:00 2001 From: Young Ik Cho Date: Thu, 28 Mar 2013 13:41:19 +0900 Subject: [PATCH] fix typo Change-Id: Ia59373b483e2a377586bf3ff8bfaa2e75773a97c Signed-off-by: Young Ik Cho --- include/appsvc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/appsvc.h b/include/appsvc.h index 9aadbe4..e401489 100755 --- a/include/appsvc.h +++ b/include/appsvc.h @@ -80,7 +80,7 @@ extern "C" { /** APP_SVC OPERATION TYPE*/ #define APPSVC_OPERATION_MULTI_SHARE "http://tizen.org/appcontrol/operation/multi_share" /** APP_SVC OPERATION TYPE*/ -#define APPSVC_OPERATION_COMPOSE "http://tizen.org/appcontorl/opeation/compose" +#define APPSVC_OPERATION_COMPOSE "http://tizen.org/appcontrol/opeation/compose" /** APP_SVC OPERATION TYPE*/ #define APPSVC_OPERATION_LOCATION "http://tizen.org/appcontrol/operation/configure/location" /** APP_SVC OPERATION TYPE*/ -- 2.7.4