diff options
-rw-r--r-- | tools/sapi_voice.vbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sapi_voice.vbs b/tools/sapi_voice.vbs index 4f411de5e0..57c16f013a 100644 --- a/tools/sapi_voice.vbs +++ b/tools/sapi_voice.vbs @@ -122,7 +122,7 @@ If bSAPI4 Then ' Speed selection
If sSpeed <> "" Then oTTS.Speed = sSpeed
- ' Get vendor infomration
+ ' Get vendor information
sVendor = oTTS.MfgName(nMode)
Else ' SAPI5
|