[Inputmethod] Fix typo 58/153258/2
authorsungwook79.park <sungwook79.park@samsung.com>
Thu, 28 Sep 2017 06:50:06 +0000 (15:50 +0900)
committersungwook79.park <sungwook79.park@samsung.com>
Thu, 28 Sep 2017 06:52:38 +0000 (15:52 +0900)
Change-Id: I448e24abfa598f423811e6d8cca35fa83af76895
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
src/Tizen.Uix.InputMethod/Tizen.Uix.InputMethod.csproj
src/Tizen.Uix.InputMethod/Tizen.Uix.InputMethod/DisplayLanguageChangedEventArgs.cs [moved from src/Tizen.Uix.InputMethod/Tizen.Uix.InputMethod/DisplayLanaguageChangedEventArgs.cs with 87% similarity, mode: 0644]
src/Tizen.Uix.InputMethod/Tizen.Uix.InputMethod/InputMethodDeviceInformation.cs
src/Tizen.Uix.InputMethod/Tizen.Uix.InputMethod/InputMethodEditor.cs

index 973f027..f47359d 100644 (file)
@@ -10,4 +10,4 @@
     <ProjectReference Include="..\ElmSharp\ElmSharp.csproj" />
   </ItemGroup>
 
-</Project>
\ No newline at end of file
+</Project>
@@ -21,15 +21,15 @@ namespace Tizen.Uix.InputMethod
     /// </summary>
     public class DisplayLanguageChangedEventArgs
     {
-        internal DisplayLanguageChangedEventArgs(string langauage)
+        internal DisplayLanguageChangedEventArgs(string language)
         {
-            Langauage = langauage;
+            Language = language;
         }
 
         /// <summary>
         /// The language code
         /// </summary>
-        public string Langauage
+        public string Language
         {
             get;
             internal set;
index 242e291..51464a8 100755 (executable)
@@ -90,9 +90,9 @@ namespace Tizen.Uix.InputMethod
         /// </summary>
         Palm,
         /// <summary>
-        /// HandSIze
+        /// HandSize
         /// </summary>
-        HandSIze,
+        HandSize,
         /// <summary>
         /// HandFlat
         /// </summary>
index e3e5534..532f3a4 100755 (executable)
@@ -320,7 +320,7 @@ namespace Tizen.Uix.InputMethod
         /// </summary>
         KP9 = 0xFFB9,
 
-        /* Auxilliary Functions */
+        /* Auxiliary Functions */
         /// <summary>
         /// The function 1 key
         /// </summary>
@@ -1647,7 +1647,7 @@ namespace Tizen.Uix.InputMethod
         /// <param name="terminate">This is called when IME application is terminated</param>
         /// <param name="show">
         /// This is called when IME application is shown
-        /// It provides the Context Inofrmation and the Context Id
+        /// It provides the Context Information and the Context Id
         /// </param>
         /// <param name="hide">
         /// This is called when IME application is hidden