ImfManager - Typo fix 02/31702/2
authorVictor Cebollada <v.cebollada@samsung.com>
Mon, 8 Dec 2014 15:27:42 +0000 (15:27 +0000)
committerVíctor Cebollada <v.cebollada@samsung.com>
Thu, 11 Dec 2014 11:46:50 +0000 (03:46 -0800)
             SetRestoreAferFocusLost typo fixed -> SetRestoreAfterFocusLost

Change-Id: I53445289875efccca7673cd17f7aa5c5ecdec9d6
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
adaptors/public-api/adaptor-framework/imf-manager.cpp
adaptors/public-api/adaptor-framework/imf-manager.h
adaptors/wayland/imf-manager-impl-wl.cpp
adaptors/wayland/imf-manager-impl.h
adaptors/x11/imf-manager-impl-x.cpp
adaptors/x11/imf-manager-impl.h

index c339c25..5dcd038 100644 (file)
@@ -58,9 +58,9 @@ bool ImfManager::RestoreAfterFocusLost() const
   return Internal::Adaptor::ImfManager::GetImplementation(*this).RestoreAfterFocusLost();
 }
 
-void ImfManager::SetRestoreAferFocusLost( bool toggle )
+void ImfManager::SetRestoreAfterFocusLost( bool toggle )
 {
-  Internal::Adaptor::ImfManager::GetImplementation(*this).SetRestoreAferFocusLost( toggle );
+  Internal::Adaptor::ImfManager::GetImplementation(*this).SetRestoreAfterFocusLost( toggle );
 }
 
 void ImfManager::Reset()
index e73ee28..b12beb5 100644 (file)
@@ -170,7 +170,7 @@ public:
    *
    * @param[in] toggle True means that keyboard should be restored after focus lost and regained.
    */
-  void SetRestoreAferFocusLost( bool toggle );
+  void SetRestoreAfterFocusLost( bool toggle );
 
   /**
    * @brief Send message reset the pred-edit state / imf module.
index 8c5051d..1c02542 100644 (file)
@@ -101,7 +101,7 @@ bool ImfManager::RestoreAfterFocusLost() const
   return mRestoreAfterFocusLost;
 }
 
-void ImfManager::SetRestoreAferFocusLost( bool toggle )
+void ImfManager::SetRestoreAfterFocusLost( bool toggle )
 {
   mRestoreAfterFocusLost = toggle;
 }
index 4c6d252..1de693c 100644 (file)
@@ -101,9 +101,9 @@ public:
   bool RestoreAfterFocusLost() const;
 
   /**
-   * @copydoc Dali::ImfManager::SetRestoreAferFocusLost()
+   * @copydoc Dali::ImfManager::SetRestoreAfterFocusLost()
    */
-  void SetRestoreAferFocusLost( bool toggle );
+  void SetRestoreAfterFocusLost( bool toggle );
 
   /**
    * @copydoc Dali::ImfManager::PreEditChanged()
index eeece40..cdbaffe 100644 (file)
@@ -323,7 +323,7 @@ bool ImfManager::RestoreAfterFocusLost() const
   return mRestoreAfterFocusLost;
 }
 
-void ImfManager::SetRestoreAferFocusLost( bool toggle )
+void ImfManager::SetRestoreAfterFocusLost( bool toggle )
 {
   mRestoreAfterFocusLost = toggle;
 }
index f05021f..0e2de67 100644 (file)
@@ -106,9 +106,9 @@ public:
   bool RestoreAfterFocusLost() const;
 
   /**
-   * @copydoc Dali::ImfManager::SetRestoreAferFocusLost()
+   * @copydoc Dali::ImfManager::SetRestoreAfterFocusLost()
    */
-  void SetRestoreAferFocusLost( bool toggle );
+  void SetRestoreAfterFocusLost( bool toggle );
 
   /**
    * @copydoc Dali::ImfManager::PreEditChanged()