From 3a95fe64a5f32287797fa84d286638534a4bcd9c Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 26 Mar 2016 11:49:56 +0100 Subject: [PATCH 1/2] mail/alpine: Fix typo (found by codespell) Signed-off-by: Stefan Weil --- mail/alpine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index cd32a628d..c5770a155 100644 --- 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. From 48f260674789b0c975fbca884fc75946cf565a5d Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 26 Mar 2016 11:53:46 +0100 Subject: [PATCH 2/2] sound/svox: Fix typo (found by codespell) Signed-off-by: Stefan Weil --- ...3-pico2wave-Convert-text-to-.wav-using-svox-text-to-sp.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" };