From 5f00a435eab4782115bf89f00e907684e6cccfd4 Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Fri, 2 Dec 2016 15:40:15 +0900 Subject: [PATCH] [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 --- adaptors/wearable/watch/watch-application.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4