* [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description
@ 2024-09-14 7:19 Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 02/23] package/irda-utils: fix typos in patch descriptions Peter Korsgaard
` (22 more replies)
0 siblings, 23 replies; 28+ messages in thread
From: Peter Korsgaard @ 2024-09-14 7:19 UTC (permalink / raw)
To: buildroot
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(-)
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.
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [Buildroot] [PATCH 02/23] package/irda-utils: fix typos in patch descriptions
2024-09-14 7:19 [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description Peter Korsgaard
@ 2024-09-14 7:19 ` Peter Korsgaard
2024-09-14 8:24 ` Thomas Petazzoni via buildroot
2024-09-14 7:19 ` [Buildroot] [PATCH 03/23] package/json-for-modern-cpp: fix design typo in help text Peter Korsgaard
` (21 subsequent siblings)
22 siblings, 1 reply; 28+ messages in thread
From: Peter Korsgaard @ 2024-09-14 7:19 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/irda-utils/0001-daemon.patch | 2 +-
package/irda-utils/0002-nommu.patch | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/irda-utils/0001-daemon.patch b/package/irda-utils/0001-daemon.patch
index f6034a75b4..9f01de20ae 100644
--- a/package/irda-utils/0001-daemon.patch
+++ b/package/irda-utils/0001-daemon.patch
@@ -2,7 +2,7 @@ written by Mike Frysinger
https://sourceforge.net/tracker/?func=detail&aid=3132053&group_id=5616&atid=305616
-Rather than using the fork function (which doesnt work on nommu
+Rather than using the fork function (which doesn't work on nommu
systems), simply use the daemon() function instead (which does
work). this should work the same before and after for all systems.
diff --git a/package/irda-utils/0002-nommu.patch b/package/irda-utils/0002-nommu.patch
index bc76bd3957..019cec3619 100644
--- a/package/irda-utils/0002-nommu.patch
+++ b/package/irda-utils/0002-nommu.patch
@@ -3,8 +3,8 @@ written by Mike Frysinger
https://sourceforge.net/tracker/?func=detail&aid=3132056&group_id=5616&atid=305616
nommu systems cannot fork() as the hardware cannot support
-it. irattach uses it as a minor optimization, but it isnt
-necessary for correct functioning of the utility. so add a
+it. irattach uses it as a minor optimization, but it isn't
+necessary for correct functioning of the utility. o add a
NO_FORK define so we nommu peeps can do CFLAGS="... -DNO_FORK=1
..." and use it in our embedded systems.
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [Buildroot] [PATCH 03/23] package/json-for-modern-cpp: fix design typo in help text
2024-09-14 7:19 [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 02/23] package/irda-utils: fix typos in patch descriptions Peter Korsgaard
@ 2024-09-14 7:19 ` Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 04/23] package/keepalived: fix summarize " Peter Korsgaard
` (20 subsequent siblings)
22 siblings, 0 replies; 28+ messages in thread
From: Peter Korsgaard @ 2024-09-14 7:19 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/json-for-modern-cpp/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/json-for-modern-cpp/Config.in b/package/json-for-modern-cpp/Config.in
index b045cba684..34fc4e29e2 100644
--- a/package/json-for-modern-cpp/Config.in
+++ b/package/json-for-modern-cpp/Config.in
@@ -3,7 +3,7 @@ config BR2_PACKAGE_JSON_FOR_MODERN_CPP
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C++11
depends on BR2_INSTALL_LIBSTDCPP
help
- Json for modern c++ has the following desing goals in mind:
+ Json for modern c++ has the following design goals in mind:
- Intuitive syntax. In languages such as Python, JSON feels
like a first class data type. All the operator magic of
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [Buildroot] [PATCH 04/23] package/keepalived: fix summarize typo in help text
2024-09-14 7:19 [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 02/23] package/irda-utils: fix typos in patch descriptions Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 03/23] package/json-for-modern-cpp: fix design typo in help text Peter Korsgaard
@ 2024-09-14 7:19 ` Peter Korsgaard
2024-09-14 8:24 ` Thomas Petazzoni via buildroot
2024-09-14 7:19 ` [Buildroot] [PATCH 05/23] package/kexec-lite: fix utility " Peter Korsgaard
` (19 subsequent siblings)
22 siblings, 1 reply; 28+ messages in thread
From: Peter Korsgaard @ 2024-09-14 7:19 UTC (permalink / raw)
To: buildroot; +Cc: Ilias Apalodimas
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/keepalived/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/keepalived/Config.in b/package/keepalived/Config.in
index 2a0663fed0..3263f1217f 100644
--- a/package/keepalived/Config.in
+++ b/package/keepalived/Config.in
@@ -10,7 +10,7 @@ config BR2_PACKAGE_KEEPALIVED
checks. Keepalived implements a framework based on three
family checks: Layer3, Layer4 & Layer5. This framework gives
the daemon the ability of checking a LVS server pool
- states. Keepalived can be sumarize as a LVS driving daemon.
+ states. Keepalived can be summarize as a LVS driving daemon.
http://www.keepalived.org/
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [Buildroot] [PATCH 05/23] package/kexec-lite: fix utility typo in help text
2024-09-14 7:19 [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description Peter Korsgaard
` (2 preceding siblings ...)
2024-09-14 7:19 ` [Buildroot] [PATCH 04/23] package/keepalived: fix summarize " Peter Korsgaard
@ 2024-09-14 7:19 ` Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 06/23] package/lbreakout2: fix typos " Peter Korsgaard
` (18 subsequent siblings)
22 siblings, 0 replies; 28+ messages in thread
From: Peter Korsgaard @ 2024-09-14 7:19 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/kexec-lite/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kexec-lite/Config.in b/package/kexec-lite/Config.in
index 89184b0b7c..71bd619ae4 100644
--- a/package/kexec-lite/Config.in
+++ b/package/kexec-lite/Config.in
@@ -13,7 +13,7 @@ config BR2_PACKAGE_KEXEC_LITE
select BR2_PACKAGE_DTC
select BR2_PACKAGE_DTC_PROGRAMS
help
- Kexec is a user space utiltity for loading another kernel
+ Kexec is a user space utility for loading another kernel
and asking the currently running kernel to do something with
it.
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [Buildroot] [PATCH 06/23] package/lbreakout2: fix typos in help text
2024-09-14 7:19 [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description Peter Korsgaard
` (3 preceding siblings ...)
2024-09-14 7:19 ` [Buildroot] [PATCH 05/23] package/kexec-lite: fix utility " Peter Korsgaard
@ 2024-09-14 7:19 ` Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 07/23] package/libcddb: fix typo " Peter Korsgaard
` (17 subsequent siblings)
22 siblings, 0 replies; 28+ messages in thread
From: Peter Korsgaard @ 2024-09-14 7:19 UTC (permalink / raw)
To: buildroot; +Cc: Julien Boibessot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/lbreakout2/Config.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/lbreakout2/Config.in b/package/lbreakout2/Config.in
index eeb8a06966..3397df97b9 100644
--- a/package/lbreakout2/Config.in
+++ b/package/lbreakout2/Config.in
@@ -5,9 +5,9 @@ config BR2_PACKAGE_LBREAKOUT2
help
LBreakout2 is the successor to LBreakout, a breakout-style
arcade game in the manner of Arkanoid. Requires SDL, libpng,
- and optionnally SDL_mixer/SDL_net.
+ and optionally SDL_mixer/SDL_net.
A display with minimum 640x480 resolution, a keyboard and a
- mouse are recommanded.
+ mouse are recommended.
http://lgames.sourceforge.net/index.php?project=LBreakout2
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [Buildroot] [PATCH 07/23] package/libcddb: fix typo in help text
2024-09-14 7:19 [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description Peter Korsgaard
` (4 preceding siblings ...)
2024-09-14 7:19 ` [Buildroot] [PATCH 06/23] package/lbreakout2: fix typos " Peter Korsgaard
@ 2024-09-14 7:19 ` Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 08/23] package/libcoap: " Peter Korsgaard
` (16 subsequent siblings)
22 siblings, 0 replies; 28+ messages in thread
From: Peter Korsgaard @ 2024-09-14 7:19 UTC (permalink / raw)
To: buildroot; +Cc: Julien Boibessot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/libcddb/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libcddb/Config.in b/package/libcddb/Config.in
index f2bb827829..71797a2712 100644
--- a/package/libcddb/Config.in
+++ b/package/libcddb/Config.in
@@ -15,6 +15,6 @@ if BR2_PACKAGE_LIBCDDB
config BR2_PACKAGE_LIBCDDB_INSTALL_CDDB_QUERY
bool "install cddb_query"
help
- cddb_query is an optionnal libcddb test program.
+ cddb_query is an optional libcddb test program.
endif
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [Buildroot] [PATCH 08/23] package/libcoap: fix typo in help text
2024-09-14 7:19 [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description Peter Korsgaard
` (5 preceding siblings ...)
2024-09-14 7:19 ` [Buildroot] [PATCH 07/23] package/libcddb: fix typo " Peter Korsgaard
@ 2024-09-14 7:19 ` Peter Korsgaard
2024-09-14 8:25 ` Thomas Petazzoni via buildroot
2024-09-14 7:19 ` [Buildroot] [PATCH 09/23] package/libee: " Peter Korsgaard
` (15 subsequent siblings)
22 siblings, 1 reply; 28+ messages in thread
From: Peter Korsgaard @ 2024-09-14 7:19 UTC (permalink / raw)
To: buildroot; +Cc: Joris Lijssens
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/libcoap/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libcoap/Config.in b/package/libcoap/Config.in
index 950aee5279..bd9af479c8 100644
--- a/package/libcoap/Config.in
+++ b/package/libcoap/Config.in
@@ -5,7 +5,7 @@ config BR2_PACKAGE_LIBCOAP
help
libcoap is a C implementation of a lightweight
application-protocol for devices that are constrained their
- resources such as computing power, RF range, memory, bandwith,
+ resources such as computing power, RF range, memory, bandwidth,
or network packet sizes. This protocol, CoAP, is standardized
by the IETF as RFC 7252. For further information related to
CoAP, see <http://coap.technology>.
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [Buildroot] [PATCH 09/23] package/libee: fix typo in help text
2024-09-14 7:19 [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description Peter Korsgaard
` (6 preceding siblings ...)
2024-09-14 7:19 ` [Buildroot] [PATCH 08/23] package/libcoap: " Peter Korsgaard
@ 2024-09-14 7:19 ` Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 10/23] package/libev: fix deactivate typo Peter Korsgaard
` (14 subsequent siblings)
22 siblings, 0 replies; 28+ messages in thread
From: Peter Korsgaard @ 2024-09-14 7:19 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/libee/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libee/Config.in b/package/libee/Config.in
index 9a3411ef29..f7dd821bc0 100644
--- a/package/libee/Config.in
+++ b/package/libee/Config.in
@@ -13,7 +13,7 @@ config BR2_PACKAGE_LIBEE
convenient API layer above the CEE standard. However, CEE
is not finished. At the time of this writing, CEE is under
heavy development and even some of its core data structures
- (like the data dictionary and taxonmy) have not been fully
+ (like the data dictionary and taxonomy) have not been fully
specified.
http://www.libee.org
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [Buildroot] [PATCH 10/23] package/libev: fix deactivate typo
2024-09-14 7:19 [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description Peter Korsgaard
` (7 preceding siblings ...)
2024-09-14 7:19 ` [Buildroot] [PATCH 09/23] package/libee: " Peter Korsgaard
@ 2024-09-14 7:19 ` Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 11/23] package/libfreeglut: fix typo in help text Peter Korsgaard
` (13 subsequent siblings)
22 siblings, 0 replies; 28+ messages in thread
From: Peter Korsgaard @ 2024-09-14 7:19 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/libev/libev.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libev/libev.mk b/package/libev/libev.mk
index cbd5433d76..80832d0c11 100644
--- a/package/libev/libev.mk
+++ b/package/libev/libev.mk
@@ -12,7 +12,7 @@ LIBEV_LICENSE_FILES = LICENSE
# libev has some assembly function that is not present in Thumb mode:
# Error: selected processor does not support `mcr p15,0,r3,c7,c10,5' in Thumb mode
-# so, we desactivate Thumb mode
+# so, we deactivate Thumb mode
ifeq ($(BR2_ARM_INSTRUCTIONS_THUMB),y)
LIBEV_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -marm"
endif
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [Buildroot] [PATCH 11/23] package/libfreeglut: fix typo in help text
2024-09-14 7:19 [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description Peter Korsgaard
` (8 preceding siblings ...)
2024-09-14 7:19 ` [Buildroot] [PATCH 10/23] package/libev: fix deactivate typo Peter Korsgaard
@ 2024-09-14 7:19 ` Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 12/23] package/libftdi: fix automatically typo Peter Korsgaard
` (12 subsequent siblings)
22 siblings, 0 replies; 28+ messages in thread
From: Peter Korsgaard @ 2024-09-14 7:19 UTC (permalink / raw)
To: buildroot; +Cc: Bernd Kuhls
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/libfreeglut/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libfreeglut/Config.in b/package/libfreeglut/Config.in
index ccb2d5cddc..a3e20fd509 100644
--- a/package/libfreeglut/Config.in
+++ b/package/libfreeglut/Config.in
@@ -11,7 +11,7 @@ config BR2_PACKAGE_LIBFREEGLUT
OpenGL Utility Toolkit (GLUT) library. GLUT (and hence
FreeGLUT) takes care of all the system-specific chores
required for creating windows, initializing OpenGL contexts,
- and handling input events, to allow for trully portable OpenGL
+ and handling input events, to allow for truly portable OpenGL
programs.
http://freeglut.sourceforge.net
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [Buildroot] [PATCH 12/23] package/libftdi: fix automatically typo
2024-09-14 7:19 [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description Peter Korsgaard
` (9 preceding siblings ...)
2024-09-14 7:19 ` [Buildroot] [PATCH 11/23] package/libfreeglut: fix typo in help text Peter Korsgaard
@ 2024-09-14 7:19 ` Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 13/23] package/libglib2: fix deferring typo Peter Korsgaard
` (11 subsequent siblings)
22 siblings, 0 replies; 28+ messages in thread
From: Peter Korsgaard @ 2024-09-14 7:19 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/libftdi/libftdi.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libftdi/libftdi.mk b/package/libftdi/libftdi.mk
index 257342622f..2cd2fa7e41 100644
--- a/package/libftdi/libftdi.mk
+++ b/package/libftdi/libftdi.mk
@@ -16,7 +16,7 @@ LIBFTDI_AUTORECONF = YES
LIBFTDI_CONF_OPTS = --without-examples
-# configure detect it automaticaly so we need to force it
+# configure detect it automatically so we need to force it
ifeq ($(BR2_PACKAGE_LIBFTDI_CPP),y)
LIBFTDI_LICENSE += , GPL-2.0 with exception (ftdipp)
LIBFTDI_LICENSE_FILES += COPYING.GPL
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [Buildroot] [PATCH 13/23] package/libglib2: fix deferring typo
2024-09-14 7:19 [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description Peter Korsgaard
` (10 preceding siblings ...)
2024-09-14 7:19 ` [Buildroot] [PATCH 12/23] package/libftdi: fix automatically typo Peter Korsgaard
@ 2024-09-14 7:19 ` Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 14/23] package/libgtk4: fix typo in help text Peter Korsgaard
` (10 subsequent siblings)
22 siblings, 0 replies; 28+ messages in thread
From: Peter Korsgaard @ 2024-09-14 7:19 UTC (permalink / raw)
To: buildroot; +Cc: Fabrice Fontaine
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/libglib2/libglib2.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libglib2/libglib2.mk b/package/libglib2/libglib2.mk
index bffc565f11..c33df70b25 100644
--- a/package/libglib2/libglib2.mk
+++ b/package/libglib2/libglib2.mk
@@ -124,7 +124,7 @@ endef
# Compile schemas at target finalization since other packages install
# them as well, and better do it in a central place.
-# It's used at run time so it doesn't matter defering it.
+# It's used at run time so it doesn't matter deferring it.
define LIBGLIB2_COMPILE_SCHEMAS
$(HOST_DIR)/bin/glib-compile-schemas \
$(STAGING_DIR)/usr/share/glib-2.0/schemas \
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [Buildroot] [PATCH 14/23] package/libgtk4: fix typo in help text
2024-09-14 7:19 [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description Peter Korsgaard
` (11 preceding siblings ...)
2024-09-14 7:19 ` [Buildroot] [PATCH 13/23] package/libglib2: fix deferring typo Peter Korsgaard
@ 2024-09-14 7:19 ` Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 15/23] package/libkrb5: fix deactivate typo Peter Korsgaard
` (9 subsequent siblings)
22 siblings, 0 replies; 28+ messages in thread
From: Peter Korsgaard @ 2024-09-14 7:19 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/libgtk4/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libgtk4/Config.in b/package/libgtk4/Config.in
index af7f57b80e..99553fc44e 100644
--- a/package/libgtk4/Config.in
+++ b/package/libgtk4/Config.in
@@ -96,7 +96,7 @@ config BR2_PACKAGE_LIBGTK4_DEMO
select BR2_PACKAGE_SHARED_MIME_INFO
select BR2_PACKAGE_HICOLOR_ICON_THEME
help
- The GTK source base contains demo/exmaple programs.
+ The GTK source base contains demo/example programs.
This option allows to install them to the target.
endif
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [Buildroot] [PATCH 15/23] package/libkrb5: fix deactivate typo
2024-09-14 7:19 [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description Peter Korsgaard
` (12 preceding siblings ...)
2024-09-14 7:19 ` [Buildroot] [PATCH 14/23] package/libgtk4: fix typo in help text Peter Korsgaard
@ 2024-09-14 7:19 ` Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 16/23] package/libmad: " Peter Korsgaard
` (8 subsequent siblings)
22 siblings, 0 replies; 28+ messages in thread
From: Peter Korsgaard @ 2024-09-14 7:19 UTC (permalink / raw)
To: buildroot; +Cc: André Zwing
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/libkrb5/libkrb5.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libkrb5/libkrb5.mk b/package/libkrb5/libkrb5.mk
index 08bc74eb34..def627d422 100644
--- a/package/libkrb5/libkrb5.mk
+++ b/package/libkrb5/libkrb5.mk
@@ -36,7 +36,7 @@ LIBKRB5_CONF_OPTS = \
# libkrb5 has some assembly function that is not present in Thumb mode:
# Error: selected processor does not support `mcr p15,0,r2,c7,c10,5' in Thumb mode
-# so, we desactivate Thumb mode
+# so, we deactivate Thumb mode
ifeq ($(BR2_ARM_INSTRUCTIONS_THUMB),y)
LIBKRB5_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -marm"
endif
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [Buildroot] [PATCH 16/23] package/libmad: fix deactivate typo
2024-09-14 7:19 [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description Peter Korsgaard
` (13 preceding siblings ...)
2024-09-14 7:19 ` [Buildroot] [PATCH 15/23] package/libkrb5: fix deactivate typo Peter Korsgaard
@ 2024-09-14 7:19 ` Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 17/23] package/libmodsecurity: fix locally typo Peter Korsgaard
` (7 subsequent siblings)
22 siblings, 0 replies; 28+ messages in thread
From: Peter Korsgaard @ 2024-09-14 7:19 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/libmad/libmad.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libmad/libmad.mk b/package/libmad/libmad.mk
index 9f3396b1a4..db04d22e92 100644
--- a/package/libmad/libmad.mk
+++ b/package/libmad/libmad.mk
@@ -33,7 +33,7 @@ LIBMAD_AUTORECONF = YES
# libmad has some assembly function that is not present in Thumb mode:
# Error: selected processor does not support `smull r6,r7,r3,r1' in Thumb mode
-# so, we desactivate Thumb mode
+# so, we deactivate Thumb mode
ifeq ($(BR2_ARM_INSTRUCTIONS_THUMB),y)
LIBMAD_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -marm"
endif
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [Buildroot] [PATCH 17/23] package/libmodsecurity: fix locally typo
2024-09-14 7:19 [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description Peter Korsgaard
` (14 preceding siblings ...)
2024-09-14 7:19 ` [Buildroot] [PATCH 16/23] package/libmad: " Peter Korsgaard
@ 2024-09-14 7:19 ` Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 18/23] package/libnetconf2: fix library typo Peter Korsgaard
` (6 subsequent siblings)
22 siblings, 0 replies; 28+ messages in thread
From: Peter Korsgaard @ 2024-09-14 7:19 UTC (permalink / raw)
To: buildroot; +Cc: Frank Vanbever
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/libmodsecurity/libmodsecurity.hash | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libmodsecurity/libmodsecurity.hash b/package/libmodsecurity/libmodsecurity.hash
index 2221a8a37d..dbe43d18e7 100644
--- a/package/libmodsecurity/libmodsecurity.hash
+++ b/package/libmodsecurity/libmodsecurity.hash
@@ -1,5 +1,5 @@
# From https://github.com/owasp-modsecurity/ModSecurity/releases/download/v3.0.12/modsecurity-v3.0.12.tar.gz.sha256
sha256 a36118401641feef376bb469bf468abf94b7948844976a188a6fccb53390b11f modsecurity-v3.0.12.tar.gz
-# Localy calculated
+# Locally calculated
sha256 c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4 LICENSE
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [Buildroot] [PATCH 18/23] package/libnetconf2: fix library typo
2024-09-14 7:19 [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description Peter Korsgaard
` (15 preceding siblings ...)
2024-09-14 7:19 ` [Buildroot] [PATCH 17/23] package/libmodsecurity: fix locally typo Peter Korsgaard
@ 2024-09-14 7:19 ` Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 19/23] package/libnss: fix overridden typo in patch description Peter Korsgaard
` (5 subsequent siblings)
22 siblings, 0 replies; 28+ messages in thread
From: Peter Korsgaard @ 2024-09-14 7:19 UTC (permalink / raw)
To: buildroot; +Cc: Jan Kundrát, Heiko Thiery
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/libnetconf2/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libnetconf2/Config.in b/package/libnetconf2/Config.in
index 34934325fa..1763243120 100644
--- a/package/libnetconf2/Config.in
+++ b/package/libnetconf2/Config.in
@@ -12,7 +12,7 @@ config BR2_PACKAGE_LIBNETCONF2
https://github.com/CESNET/libnetconf2
-comment "libnetconf2 needs a toolchain w/ threads, dynamic libraray"
+comment "libnetconf2 needs a toolchain w/ threads, dynamic library"
depends on BR2_USE_MMU
depends on BR2_TOOLCHAIN_HAS_SYNC_4
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [Buildroot] [PATCH 19/23] package/libnss: fix overridden typo in patch description
2024-09-14 7:19 [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description Peter Korsgaard
` (16 preceding siblings ...)
2024-09-14 7:19 ` [Buildroot] [PATCH 18/23] package/libnetconf2: fix library typo Peter Korsgaard
@ 2024-09-14 7:19 ` Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 20/23] package/libpam-nfc: fix typo in help text Peter Korsgaard
` (4 subsequent siblings)
22 siblings, 0 replies; 28+ messages in thread
From: Peter Korsgaard @ 2024-09-14 7:19 UTC (permalink / raw)
To: buildroot; +Cc: Joseph Kogut, Giulio Benetti
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
...1-Bug-1801182-Allow-overriding-OS_ARCH-OS_TEST-and-OS_.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libnss/0001-Bug-1801182-Allow-overriding-OS_ARCH-OS_TEST-and-OS_.patch b/package/libnss/0001-Bug-1801182-Allow-overriding-OS_ARCH-OS_TEST-and-OS_.patch
index 7b3abea307..90dffad96e 100644
--- a/package/libnss/0001-Bug-1801182-Allow-overriding-OS_ARCH-OS_TEST-and-OS_.patch
+++ b/package/libnss/0001-Bug-1801182-Allow-overriding-OS_ARCH-OS_TEST-and-OS_.patch
@@ -5,7 +5,7 @@ Subject: [PATCH] Bug 1801182 - Allow overriding OS_ARCH, OS_TEST and
OS_RELEASE in Makefile
Starting from Make 4.3.91 simple expanded variables can't be safely
-overriden via command line anymore, so let's use conditional expanded
+overridden via command line anymore, so let's use conditional expanded
variables to override OS_ARCH, OS_TEST and OS_RELEASE.
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [Buildroot] [PATCH 20/23] package/libpam-nfc: fix typo in help text
2024-09-14 7:19 [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description Peter Korsgaard
` (17 preceding siblings ...)
2024-09-14 7:19 ` [Buildroot] [PATCH 19/23] package/libnss: fix overridden typo in patch description Peter Korsgaard
@ 2024-09-14 7:19 ` Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 21/23] package/libpeas: " Peter Korsgaard
` (3 subsequent siblings)
22 siblings, 0 replies; 28+ messages in thread
From: Peter Korsgaard @ 2024-09-14 7:19 UTC (permalink / raw)
To: buildroot; +Cc: Louis Aussedat
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/libpam-nfc/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libpam-nfc/Config.in b/package/libpam-nfc/Config.in
index ce3a3eeb19..3dce8d8e4a 100644
--- a/package/libpam-nfc/Config.in
+++ b/package/libpam-nfc/Config.in
@@ -2,6 +2,6 @@ config BR2_PACKAGE_LIBPAM_NFC
bool "libpam-nfc"
select BR2_PACKAGE_LIBNFC
help
- NFC-based PAM authentification module.
+ NFC-based PAM authentication module.
https://github.com/nfc-tools/pam_nfc
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [Buildroot] [PATCH 21/23] package/libpeas: fix typo in help text
2024-09-14 7:19 [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description Peter Korsgaard
` (18 preceding siblings ...)
2024-09-14 7:19 ` [Buildroot] [PATCH 20/23] package/libpam-nfc: fix typo in help text Peter Korsgaard
@ 2024-09-14 7:19 ` Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 22/23] package/libvirt: fix typo in init script comment Peter Korsgaard
` (2 subsequent siblings)
22 siblings, 0 replies; 28+ messages in thread
From: Peter Korsgaard @ 2024-09-14 7:19 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/libpeas/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libpeas/Config.in b/package/libpeas/Config.in
index 430e668ee7..33fae14d4c 100644
--- a/package/libpeas/Config.in
+++ b/package/libpeas/Config.in
@@ -9,7 +9,7 @@ config BR2_PACKAGE_LIBPEAS
select BR2_PACKAGE_GOBJECT_INTROSPECTION
select BR2_PACKAGE_LIBGLIB2
help
- libpeas is a gobject-based plugins engine, and is targetted at
+ libpeas is a gobject-based plugins engine, and is targeted at
giving every application the chance to assume its own
extensibility. It also has a set of features including, but
not limited to:
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [Buildroot] [PATCH 22/23] package/libvirt: fix typo in init script comment
2024-09-14 7:19 [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description Peter Korsgaard
` (19 preceding siblings ...)
2024-09-14 7:19 ` [Buildroot] [PATCH 21/23] package/libpeas: " Peter Korsgaard
@ 2024-09-14 7:19 ` Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 23/23] package/libxcrypt: fix insecure typo Peter Korsgaard
2024-09-14 8:23 ` [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description Thomas Petazzoni via buildroot
22 siblings, 0 replies; 28+ messages in thread
From: Peter Korsgaard @ 2024-09-14 7:19 UTC (permalink / raw)
To: buildroot; +Cc: Jared Bents
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/libvirt/S92libvirtd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libvirt/S92libvirtd b/package/libvirt/S92libvirtd
index 736519f3d0..35368ef5a2 100644
--- a/package/libvirt/S92libvirtd
+++ b/package/libvirt/S92libvirtd
@@ -47,7 +47,7 @@ load_modules() {
}
#
-# If libvirtd dies it leves behind one stale dnsmasq per virtual network that
+# If libvirtd dies it leaves behind one stale dnsmasq per virtual network that
# must be killed before starting libvirtd again.
#
rm_stale_dnsmasq() {
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [Buildroot] [PATCH 23/23] package/libxcrypt: fix insecure typo
2024-09-14 7:19 [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description Peter Korsgaard
` (20 preceding siblings ...)
2024-09-14 7:19 ` [Buildroot] [PATCH 22/23] package/libvirt: fix typo in init script comment Peter Korsgaard
@ 2024-09-14 7:19 ` Peter Korsgaard
2024-09-14 8:23 ` [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description Thomas Petazzoni via buildroot
22 siblings, 0 replies; 28+ messages in thread
From: Peter Korsgaard @ 2024-09-14 7:19 UTC (permalink / raw)
To: buildroot; +Cc: Guillaume William Brs
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/libxcrypt/libxcrypt.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libxcrypt/libxcrypt.mk b/package/libxcrypt/libxcrypt.mk
index d39186eecb..60901988ac 100644
--- a/package/libxcrypt/libxcrypt.mk
+++ b/package/libxcrypt/libxcrypt.mk
@@ -15,7 +15,7 @@ LIBXCRYPT_INSTALL_STAGING = YES
LIBXCRYPT_CONF_OPTS = --disable-werror
HOST_LIBXCRYPT_CONF_OPTS = --disable-werror
-# Disable obsolete and unsecure API
+# Disable obsolete and insecure API
LIBXCRYPT_CONF_OPTS += --disable-obsolete_api
HOST_LIBXCRYPT_CONF_OPTS += --disable-obsolete_api
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 28+ messages in thread
* Re: [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description
2024-09-14 7:19 [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description Peter Korsgaard
` (21 preceding siblings ...)
2024-09-14 7:19 ` [Buildroot] [PATCH 23/23] package/libxcrypt: fix insecure typo Peter Korsgaard
@ 2024-09-14 8:23 ` Thomas Petazzoni via buildroot
2024-09-14 14:50 ` Peter Korsgaard
22 siblings, 1 reply; 28+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-09-14 8:23 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: buildroot
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
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [Buildroot] [PATCH 02/23] package/irda-utils: fix typos in patch descriptions
2024-09-14 7:19 ` [Buildroot] [PATCH 02/23] package/irda-utils: fix typos in patch descriptions Peter Korsgaard
@ 2024-09-14 8:24 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 28+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-09-14 8:24 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: buildroot
On Sat, 14 Sep 2024 09:19:09 +0200
Peter Korsgaard <peter@korsgaard.com> wrote:
> diff --git a/package/irda-utils/0002-nommu.patch b/package/irda-utils/0002-nommu.patch
> index bc76bd3957..019cec3619 100644
> --- a/package/irda-utils/0002-nommu.patch
> +++ b/package/irda-utils/0002-nommu.patch
> @@ -3,8 +3,8 @@ written by Mike Frysinger
> https://sourceforge.net/tracker/?func=detail&aid=3132056&group_id=5616&atid=305616
>
> nommu systems cannot fork() as the hardware cannot support
> -it. irattach uses it as a minor optimization, but it isnt
> -necessary for correct functioning of the utility. so add a
> +it. irattach uses it as a minor optimization, but it isn't
> +necessary for correct functioning of the utility. o add a
^^^ you added a typo here so -> o
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [Buildroot] [PATCH 04/23] package/keepalived: fix summarize typo in help text
2024-09-14 7:19 ` [Buildroot] [PATCH 04/23] package/keepalived: fix summarize " Peter Korsgaard
@ 2024-09-14 8:24 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 28+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-09-14 8:24 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: Ilias Apalodimas, buildroot
On Sat, 14 Sep 2024 09:19:11 +0200
Peter Korsgaard <peter@korsgaard.com> wrote:
> diff --git a/package/keepalived/Config.in b/package/keepalived/Config.in
> index 2a0663fed0..3263f1217f 100644
> --- a/package/keepalived/Config.in
> +++ b/package/keepalived/Config.in
> @@ -10,7 +10,7 @@ config BR2_PACKAGE_KEEPALIVED
> checks. Keepalived implements a framework based on three
> family checks: Layer3, Layer4 & Layer5. This framework gives
> the daemon the ability of checking a LVS server pool
> - states. Keepalived can be sumarize as a LVS driving daemon.
> + states. Keepalived can be summarize as a LVS driving daemon.
I'm not a native speaker, but I believe this should have been
summarized, with an ending "d", so I fixed that up.
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [Buildroot] [PATCH 08/23] package/libcoap: fix typo in help text
2024-09-14 7:19 ` [Buildroot] [PATCH 08/23] package/libcoap: " Peter Korsgaard
@ 2024-09-14 8:25 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 28+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-09-14 8:25 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: Joris Lijssens, buildroot
On Sat, 14 Sep 2024 09:19:15 +0200
Peter Korsgaard <peter@korsgaard.com> wrote:
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
> package/libcoap/Config.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/libcoap/Config.in b/package/libcoap/Config.in
> index 950aee5279..bd9af479c8 100644
> --- a/package/libcoap/Config.in
> +++ b/package/libcoap/Config.in
> @@ -5,7 +5,7 @@ config BR2_PACKAGE_LIBCOAP
> help
> libcoap is a C implementation of a lightweight
> application-protocol for devices that are constrained their
> - resources such as computing power, RF range, memory, bandwith,
> + resources such as computing power, RF range, memory, bandwidth,
This made the line one character longer, causing check-package to
complain that the line is too long, so I rewrapped the line.
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 28+ messages in thread
* Re: [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description
2024-09-14 8:23 ` [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description Thomas Petazzoni via buildroot
@ 2024-09-14 14:50 ` Peter Korsgaard
0 siblings, 0 replies; 28+ messages in thread
From: Peter Korsgaard @ 2024-09-14 14:50 UTC (permalink / raw)
To: Thomas Petazzoni; +Cc: buildroot
>>>>> "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.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 28+ messages in thread
end of thread, other threads:[~2024-09-14 14:50 UTC | newest]
Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-14 7:19 [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 02/23] package/irda-utils: fix typos in patch descriptions Peter Korsgaard
2024-09-14 8:24 ` Thomas Petazzoni via buildroot
2024-09-14 7:19 ` [Buildroot] [PATCH 03/23] package/json-for-modern-cpp: fix design typo in help text Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 04/23] package/keepalived: fix summarize " Peter Korsgaard
2024-09-14 8:24 ` Thomas Petazzoni via buildroot
2024-09-14 7:19 ` [Buildroot] [PATCH 05/23] package/kexec-lite: fix utility " Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 06/23] package/lbreakout2: fix typos " Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 07/23] package/libcddb: fix typo " Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 08/23] package/libcoap: " Peter Korsgaard
2024-09-14 8:25 ` Thomas Petazzoni via buildroot
2024-09-14 7:19 ` [Buildroot] [PATCH 09/23] package/libee: " Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 10/23] package/libev: fix deactivate typo Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 11/23] package/libfreeglut: fix typo in help text Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 12/23] package/libftdi: fix automatically typo Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 13/23] package/libglib2: fix deferring typo Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 14/23] package/libgtk4: fix typo in help text Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 15/23] package/libkrb5: fix deactivate typo Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 16/23] package/libmad: " Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 17/23] package/libmodsecurity: fix locally typo Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 18/23] package/libnetconf2: fix library typo Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 19/23] package/libnss: fix overridden typo in patch description Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 20/23] package/libpam-nfc: fix typo in help text Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 21/23] package/libpeas: " Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 22/23] package/libvirt: fix typo in init script comment Peter Korsgaard
2024-09-14 7:19 ` [Buildroot] [PATCH 23/23] package/libxcrypt: fix insecure typo Peter Korsgaard
2024-09-14 8:23 ` [Buildroot] [PATCH 01/23] package/icu: fix typos in help text and patch description Thomas Petazzoni via buildroot
2024-09-14 14:50 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox