aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2016-03-26 11:53:46 +0100
committerStefan Weil <sw@weilnetz.de>2016-05-05 12:47:37 +0200
commit48f260674789b0c975fbca884fc75946cf565a5d (patch)
tree2d185e84bca085dfb2ebfc2a4e4a93fc828eb3d3
parent3a95fe64a5f32287797fa84d286638534a4bcd9c (diff)
sound/svox: Fix typo (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
-rw-r--r--sound/svox/patches/0003-pico2wave-Convert-text-to-.wav-using-svox-text-to-sp.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/svox/patches/0003-pico2wave-Convert-text-to-.wav-using-svox-text-to-sp.patch b/sound/svox/patches/0003-pico2wave-Convert-text-to-.wav-using-svox-text-to-sp.patch
index 8ef4757e6..c8a2e8399 100644
--- a/sound/svox/patches/0003-pico2wave-Convert-text-to-.wav-using-svox-text-to-sp.patch
+++ b/sound/svox/patches/0003-pico2wave-Convert-text-to-.wav-using-svox-text-to-sp.patch
@@ -83,7 +83,7 @@ index 0000000..0c035a7
+const char * PICO_VOICE_NAME = "PicoVoice";
+
+/* supported voices
-+ Pico does not seperately specify the voice and locale. */
++ Pico does not separately specify the voice and locale. */
+const char * picoSupportedLangIso3[] = { "eng", "eng", "deu", "spa", "fra", "ita" };
+const char * picoSupportedCountryIso3[] = { "USA", "GBR", "DEU", "ESP", "FRA", "ITA" };
+const char * picoSupportedLang[] = { "en-US", "en-GB", "de-DE", "es-ES", "fr-FR", "it-IT" };