From: Suyeon Hwang Date: Wed, 24 May 2017 02:21:20 +0000 (+0900) Subject: Fix typo of API reference X-Git-Tag: submit/trunk/20170823.075128~70^2~5^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=af0686ddf829b499cb024c693d9ce08ba591adb2;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Fix typo of API reference Change-Id: I4c470cc60bf4c7ed2bbd87f08b28ced9cce82ca6 Signed-off-by: Suyeon Hwang --- diff --git a/src/Tizen.Uix.Tts/Tizen.Uix.Tts/SpeedRange.cs b/src/Tizen.Uix.Tts/Tizen.Uix.Tts/SpeedRange.cs index 5ac6a36..9911355 100755 --- a/src/Tizen.Uix.Tts/Tizen.Uix.Tts/SpeedRange.cs +++ b/src/Tizen.Uix.Tts/Tizen.Uix.Tts/SpeedRange.cs @@ -18,7 +18,7 @@ namespace Tizen.Uix.Tts { /// - /// This class holds the Spped Range Values + /// This class holds the Speed Range Values /// public class SpeedRange { @@ -30,7 +30,7 @@ namespace Tizen.Uix.Tts } /// - /// The Max Spped Range Value + /// The Max Speed Range Value /// public int Max { @@ -39,7 +39,7 @@ namespace Tizen.Uix.Tts } /// - /// The Min Spped Range Value + /// The Min Speed Range Value /// public int Min { @@ -48,7 +48,7 @@ namespace Tizen.Uix.Tts } /// - /// The Normal Spped Range Value + /// The Normal Speed Range Value /// public int Normal {