Fix typo of API reference
authorSuyeon Hwang <stom.hwang@samsung.com>
Wed, 24 May 2017 02:21:20 +0000 (11:21 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Wed, 24 May 2017 02:21:20 +0000 (11:21 +0900)
Change-Id: I4c470cc60bf4c7ed2bbd87f08b28ced9cce82ca6
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
src/Tizen.Uix.Tts/Tizen.Uix.Tts/SpeedRange.cs

index 5ac6a36..9911355 100755 (executable)
@@ -18,7 +18,7 @@
 namespace Tizen.Uix.Tts
 {
     /// <summary>
-    /// This class holds the Spped Range Values
+    /// This class holds the Speed Range Values
     /// </summary>
     public class SpeedRange
     {
@@ -30,7 +30,7 @@ namespace Tizen.Uix.Tts
         }
 
         /// <summary>
-        /// The Max Spped Range Value
+        /// The Max Speed Range Value
         /// </summary>
         public int Max
         {
@@ -39,7 +39,7 @@ namespace Tizen.Uix.Tts
         }
 
         /// <summary>
-        /// The Min Spped Range Value
+        /// The Min Speed Range Value
         /// </summary>
         public int Min
         {
@@ -48,7 +48,7 @@ namespace Tizen.Uix.Tts
         }
 
         /// <summary>
-        /// The Normal Spped Range Value
+        /// The Normal Speed Range Value
         /// </summary>
         public int Normal
         {