lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 44e86d440edcfba6bfe0c9c91157da73b2380a88
parent 33843c23f1fc262ab635d7cba6b442ae7f40026c
Author: champtar <champetier.etienne@gmail.com>
Date:   Thu,  5 May 2016 12:51:52 +0200

Merge pull request #2660 from stweil/master

Fix two small typos (found by codespell)
Diffstat:
Mmail/alpine/Makefile | 2+-
Msound/svox/patches/0003-pico2wave-Convert-text-to-.wav-using-svox-text-to-sp.patch | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile @@ -35,7 +35,7 @@ define Package/alpine/Default endef 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. It is suitable for both the inexperienced email user as well as for the most demanding power user. 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 @@ -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" };