[3.0] Fix the wrong spelling 82/101782/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Fri, 2 Dec 2016 06:40:15 +0000 (15:40 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Fri, 2 Dec 2016 06:43:14 +0000 (15:43 +0900)
- To prevent the native API reference warning log, fix 'application' spelling and parameter

Change-Id: Id4d246db7dbae7632729cca2945ccdabcd94e2c7
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
adaptors/wearable/watch/watch-application.h

index 8151061..29fc535 100644 (file)
@@ -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