From: Young Ik Cho Date: Thu, 28 Mar 2013 04:41:19 +0000 (+0900) Subject: fix typo X-Git-Tag: 2.1b_release~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0dc195c82293a0d550eb6f888360fa82a581cf1;p=platform%2Fcore%2Fappfw%2Fapp-svc.git fix typo Change-Id: Ia59373b483e2a377586bf3ff8bfaa2e75773a97c Signed-off-by: Young Ik Cho --- 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*/