From: Seoyeon Kim Date: Fri, 2 Dec 2016 06:40:15 +0000 (+0900) Subject: [3.0] Fix the wrong spelling X-Git-Tag: accepted/tizen/3.0/common/20161207.195829~3^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=refs%2Fchanges%2F82%2F101782%2F1;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git [3.0] Fix the wrong spelling - To prevent the native API reference warning log, fix 'application' spelling and parameter Change-Id: Id4d246db7dbae7632729cca2945ccdabcd94e2c7 Signed-off-by: Seoyeon Kim --- diff --git a/adaptors/wearable/watch/watch-application.h b/adaptors/wearable/watch/watch-application.h index 8151061..29fc535 100644 --- a/adaptors/wearable/watch/watch-application.h +++ b/adaptors/wearable/watch/watch-application.h @@ -145,10 +145,10 @@ public: /** * @brief Assignment operator * @SINCE_1_1.37 - * @param[in] handle Handle to an object + * @param[in] application Handle to an object * @return A reference to this */ - WatchApplication& operator=( const WatchApplication& applicaton ); + WatchApplication& operator=( const WatchApplication& application ); /** * @brief Destructor