Browse Source

Merge pull request #2660 from stweil/master

Fix two small typos (found by codespell)
lilik-openwrt-22.03
champtar 9 years ago
parent
commit
44e86d440e
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      mail/alpine/Makefile
  2. +1
    -1
      sound/svox/patches/0003-pico2wave-Convert-text-to-.wav-using-svox-text-to-sp.patch

+ 1
- 1
mail/alpine/Makefile View File

@ -35,7 +35,7 @@ define Package/alpine/Default
endef endef
define Package/alpine/Default/description define Package/alpine/Default/description
Alpine (Alternatively Licenced Program for Internet News and Email) is a
Alpine (Alternatively Licensed Program for Internet News and Email) is a
free software email client developed at the University of Washington. free software email client developed at the University of Washington.
It is suitable for both the inexperienced email user as well as for It is suitable for both the inexperienced email user as well as for
the most demanding power user. the most demanding power user.


+ 1
- 1
sound/svox/patches/0003-pico2wave-Convert-text-to-.wav-using-svox-text-to-sp.patch View File

@ -83,7 +83,7 @@ index 0000000..0c035a7
+const char * PICO_VOICE_NAME = "PicoVoice"; +const char * PICO_VOICE_NAME = "PicoVoice";
+ +
+/* supported voices +/* 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 * picoSupportedLangIso3[] = { "eng", "eng", "deu", "spa", "fra", "ita" };
+const char * picoSupportedCountryIso3[] = { "USA", "GBR", "DEU", "ESP", "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" }; +const char * picoSupportedLang[] = { "en-US", "en-GB", "de-DE", "es-ES", "fr-FR", "it-IT" };


Loading…
Cancel
Save