diff mbox series

[01/23] package/icu: fix typos in help text and patch description

Message ID 20240914071930.1189715-1-peter@korsgaard.com
State Accepted
Headers show
Series [01/23] package/icu: fix typos in help text and patch description | expand

Commit Message

Peter Korsgaard Sept. 14, 2024, 7:19 a.m. UTC
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/icu/0002-workaround-toolchain-bugs.patch | 2 +-
 package/icu/Config.in                            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni Sept. 14, 2024, 8:23 a.m. UTC | #1
On Sat, 14 Sep 2024 09:19:08 +0200
Peter Korsgaard <peter@korsgaard.com> wrote:

> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  package/icu/0002-workaround-toolchain-bugs.patch | 2 +-
>  package/icu/Config.in                            | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Having fun with some spell-checker? Or AI, or something? :-)

Series applied, after doing a few fixes. I'll reply to the individual
patches.

Thomas
Peter Korsgaard Sept. 14, 2024, 2:50 p.m. UTC | #2
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > On Sat, 14 Sep 2024 09:19:08 +0200
 > Peter Korsgaard <peter@korsgaard.com> wrote:

 >> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
 >> ---
 >> package/icu/0002-workaround-toolchain-bugs.patch | 2 +-
 >> package/icu/Config.in                            | 2 +-
 >> 2 files changed, 2 insertions(+), 2 deletions(-)

 > Having fun with some spell-checker? Or AI, or something? :-)

Codespell ()https://github.com/codespell-project/codespell). I mentioned
it in the cover letter of the first series:

https://lore.kernel.org/buildroot/20240910070823.4158894-1-peter@korsgaard.com/

Thanks for applying and fixing stuff.
diff mbox series

Patch

diff --git a/package/icu/0002-workaround-toolchain-bugs.patch b/package/icu/0002-workaround-toolchain-bugs.patch
index b5f25d0a13..f6b124cc2a 100644
--- a/package/icu/0002-workaround-toolchain-bugs.patch
+++ b/package/icu/0002-workaround-toolchain-bugs.patch
@@ -1,7 +1,7 @@ 
 Workaround toolchain bugs
 
 Many of ARM Sourcery CodeBench toolchain have a bug when compiling
-icu's translit.cpp source file. The bug is trigerred when there is a
+icu's translit.cpp source file. The bug is triggered when there is a
 combination of "-W -Wall" and "-Os", and causes an internal compiler
 error. The bug has been reported to Mentor Graphics.
 
diff --git a/package/icu/Config.in b/package/icu/Config.in
index 8b410bfdb6..4ed662e887 100644
--- a/package/icu/Config.in
+++ b/package/icu/Config.in
@@ -21,7 +21,7 @@  config BR2_PACKAGE_ICU_CUSTOM_DATA_PATH
 	help
 	  This option allows to define the path to a custom data
 	  library generated with http://apps.icu-project.org/datacustom/
-	  Make sure you select the appropiate version to match the one
+	  Make sure you select the appropriate version to match the one
 	  provided by buildroot.
 	  Leave empty to not use this functionality.