* [Buildroot] [PATCH 00/42] codespell spelling fixes A-H
@ 2024-09-10 7:07 Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 01/42] docs/manual/adding-packages-asciidoc.adoc: fix resources typo in example Peter Korsgaard
` (42 more replies)
0 siblings, 43 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:07 UTC (permalink / raw)
To: buildroot
A collection of small typo fixes found by codespell
(https://github.com/codespell-project/codespell/).
I have skipped typo fixes for patches that are direct backports from
upstream. Patches for the remaining packages will follow later, as the
series is already very long.
Peter Korsgaard (42):
docs/manual/adding-packages-asciidoc.adoc: fix resources typo in
example
docs/manual/adding-packages-linux-kernel-spec-infra.adoc: fix
information typo
docs/manual/adding-packages-meson.adoc: fix occurrences typo
docs/manual/customize-outside-br.adoc: fix 'or' typo
docs/manual/migrating.adoc: fix occurrence typo
docs/manual/migrating.adoc: fix accommodate typo
docs/manual/using-buildroot-toolchain.adoc: fix overridden typo
docs/website/copyright.txt: fix oboard typo
docs/website/news.html: fix information typo
package/alure: fix dependencies typo in comment
package/audit: fix deactivate typo
package/avahi: fix appropriate typo
package/bc: fix typos in patch descriptions
package/bcache-tools: fix compatibility typo
package/bcusdk: fix definition typo
package/boost: fix typos in help text
package/c-icap-modules: fix Additional typo
package/chocolate-doom: fix multiple typo
package/collectd: fix typos in help text / comment
package/dcron: fix opening typo
package/dmalloc: fix deactivate typo
package/dvblast: fix which typo
package/elftosb: fix typos in patch descriptions
package/erlang: fix inadvertently typo
package/exiv2: fix 'information see' typo
package/falcosecurity-libs: fix which typo
package/fbgrab: fix framebuffer typo in help text
package/fcgiwrap: fix explicitly typo
package/flex: fix typo in patch description
package/flutter-engine: fix typos in comments
package/flutter-pi: fix Raspberry typo
package/gcc: fix explicitly typo
package/gdb: fix program typo
package/genpart: fix typos in patch description
package/gerbera: fix guaranteed typo
package/go-src: fix variable typo in patch description
package/go: fix convenience typo
package/gobject-introspection: fix altogether typo in patch
description
package/gtest: fix explanation typo
package/hddtemp: fix information typo in help text
package/heirloom-mailx: fix attachments typo in help text
package/hostapd: fix proprietary typo in help text
docs/manual/adding-packages-asciidoc.adoc | 2 +-
docs/manual/adding-packages-linux-kernel-spec-infra.adoc | 2 +-
docs/manual/adding-packages-meson.adoc | 2 +-
docs/manual/customize-outside-br.adoc | 2 +-
docs/manual/migrating.adoc | 4 ++--
docs/manual/using-buildroot-toolchain.adoc | 2 +-
docs/website/copyright.txt | 2 +-
docs/website/news.html | 4 ++--
package/alure/alure.mk | 2 +-
package/audit/audit.mk | 2 +-
package/avahi/0002-remove-imp-from-py-compile.patch | 4 ++--
package/bc/0001-bc-use-MAKEINFO-variable-for-docs.patch | 2 +-
...2-notice-read-and-write-errors-on-input-and-output.patch | 2 +-
package/bc/0004-no-gen-libmath.patch | 2 +-
.../0001-Don-t-inline-crc64-for-gcc-5-compatability.patch | 4 ++--
...eibd-fix-endless-recursion-when-using-USB-backends.patch | 2 +-
package/boost/Config.in | 4 ++--
package/c-icap-modules/Config.in | 2 +-
.../0001-Remove-redundant-demoextend-definition.patch | 2 +-
package/collectd/Config.in | 6 +++---
package/collectd/collectd.mk | 2 +-
...in.c-add-newline-to-logfile-openning-error-message.patch | 2 +-
package/dmalloc/dmalloc.mk | 2 +-
package/dvblast/0001-missing-lm.patch | 2 +-
package/elftosb/0001-fixes-includes.patch | 2 +-
package/elftosb/0002-force-cxx-compiler.patch | 2 +-
package/erlang/erlang.mk | 2 +-
package/exiv2/Config.in | 2 +-
package/falcosecurity-libs/falcosecurity-libs.mk | 2 +-
package/fbgrab/Config.in | 2 +-
package/fcgiwrap/0001-use-LIBS-from-configure.patch | 2 +-
package/fcgiwrap/fcgiwrap.mk | 2 +-
...ild-make-it-possible-to-disable-the-build-of-the-d.patch | 2 +-
package/flutter-engine/Config.in | 2 +-
package/flutter-engine/gen-tarball | 4 ++--
package/flutter-pi/Config.in | 2 +-
package/gcc/gcc.mk | 2 +-
package/gdb/Config.in | 2 +-
package/genpart/0001-fix-return-code.patch | 4 ++--
package/gerbera/gerbera.mk | 2 +-
...0001-build.go-explicit-option-for-crosscompilation.patch | 2 +-
package/go/go.mk | 2 +-
package/gobject-introspection/0001-disable-tests.patch | 2 +-
package/gtest/gtest.mk | 2 +-
package/hddtemp/Config.in | 2 +-
package/heirloom-mailx/Config.in | 2 +-
package/hostapd/Config.in | 2 +-
47 files changed, 56 insertions(+), 56 deletions(-)
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 01/42] docs/manual/adding-packages-asciidoc.adoc: fix resources typo in example
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
@ 2024-09-10 7:07 ` Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 02/42] docs/manual/adding-packages-linux-kernel-spec-infra.adoc: fix information typo Peter Korsgaard
` (41 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:07 UTC (permalink / raw)
To: buildroot
As FOO_RESOURCES hints, the correct spelling is resources so use that.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
docs/manual/adding-packages-asciidoc.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/manual/adding-packages-asciidoc.adoc b/docs/manual/adding-packages-asciidoc.adoc
index d68978b1cb..c34b9ffc2a 100644
--- a/docs/manual/adding-packages-asciidoc.adoc
+++ b/docs/manual/adding-packages-asciidoc.adoc
@@ -112,7 +112,7 @@ Here is a complete example that uses all variables and all hooks:
05: ################################################################################
06:
07: FOO_SOURCES = $(sort $(wildcard $(FOO_DOCDIR)/*))
-08: FOO_RESOURCES = $(sort $(wildcard $(FOO_DOCDIR)/ressources))
+08: FOO_RESOURCES = $(sort $(wildcard $(FOO_DOCDIR)/resources))
09:
10: FOO_TOC_DEPTH = 2
11: FOO_TOC_DEPTH_HTML = 1
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 02/42] docs/manual/adding-packages-linux-kernel-spec-infra.adoc: fix information typo
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 01/42] docs/manual/adding-packages-asciidoc.adoc: fix resources typo in example Peter Korsgaard
@ 2024-09-10 7:07 ` Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 03/42] docs/manual/adding-packages-meson.adoc: fix occurrences typo Peter Korsgaard
` (40 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:07 UTC (permalink / raw)
To: buildroot
Plural of information is also information.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
docs/manual/adding-packages-linux-kernel-spec-infra.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/manual/adding-packages-linux-kernel-spec-infra.adoc b/docs/manual/adding-packages-linux-kernel-spec-infra.adoc
index 3b3daebf55..9fd3b566a5 100644
--- a/docs/manual/adding-packages-linux-kernel-spec-infra.adoc
+++ b/docs/manual/adding-packages-linux-kernel-spec-infra.adoc
@@ -107,7 +107,7 @@ Let's look at an example on how to add a new Linux extension +foo+.
First, create the package +foo+ that provides the extension: this
package is a standard package; see the previous chapters on how to
create such a package. This package is in charge of downloading the
-sources archive, checking the hash, defining the licence informations
+sources archive, checking the hash, defining the licence information
and building user space tools if any.
Then create the 'Linux extension' proper: create a new menu entry in
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 03/42] docs/manual/adding-packages-meson.adoc: fix occurrences typo
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 01/42] docs/manual/adding-packages-asciidoc.adoc: fix resources typo in example Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 02/42] docs/manual/adding-packages-linux-kernel-spec-infra.adoc: fix information typo Peter Korsgaard
@ 2024-09-10 7:07 ` Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 04/42] docs/manual/customize-outside-br.adoc: fix 'or' typo Peter Korsgaard
` (39 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:07 UTC (permalink / raw)
To: buildroot; +Cc: Eric Le Bihan
Occurrences is with double-c-double-r.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
docs/manual/adding-packages-meson.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/manual/adding-packages-meson.adoc b/docs/manual/adding-packages-meson.adoc
index 16135b1297..01891e03cc 100644
--- a/docs/manual/adding-packages-meson.adoc
+++ b/docs/manual/adding-packages-meson.adoc
@@ -61,7 +61,7 @@ added to +FOO_DEPENDENCIES+. Note that the support for +baz+ is explicitly
disabled at line 20, if the package is not selected.
To sum it up, to add a new meson-based package, the Makefile example can be
-copied verbatim then edited to replace all occurences of +FOO+ with the
+copied verbatim then edited to replace all occurrences of +FOO+ with the
uppercase name of the new package and update the values of the standard
variables.
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 04/42] docs/manual/customize-outside-br.adoc: fix 'or' typo
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (2 preceding siblings ...)
2024-09-10 7:07 ` [Buildroot] [PATCH 03/42] docs/manual/adding-packages-meson.adoc: fix occurrences typo Peter Korsgaard
@ 2024-09-10 7:07 ` Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 05/42] docs/manual/migrating.adoc: fix occurrence typo Peter Korsgaard
` (38 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:07 UTC (permalink / raw)
To: buildroot
It is OR, not OT.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
docs/manual/customize-outside-br.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/manual/customize-outside-br.adoc b/docs/manual/customize-outside-br.adoc
index 5e653f1603..78065489d4 100644
--- a/docs/manual/customize-outside-br.adoc
+++ b/docs/manual/customize-outside-br.adoc
@@ -191,7 +191,7 @@ tree.
For some packages, Buildroot provides a choice between two (or more)
implementations of API-compatible such packages. For example, there is
-a choice to choose either libjpeg ot jpeg-turbo; there is one between
+a choice to choose either libjpeg or jpeg-turbo; there is one between
openssl or libressl; there is one to select one of the known,
pre-configured toolchains...
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 05/42] docs/manual/migrating.adoc: fix occurrence typo
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (3 preceding siblings ...)
2024-09-10 7:07 ` [Buildroot] [PATCH 04/42] docs/manual/customize-outside-br.adoc: fix 'or' typo Peter Korsgaard
@ 2024-09-10 7:07 ` Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 06/42] docs/manual/migrating.adoc: fix accommodate typo Peter Korsgaard
` (37 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:07 UTC (permalink / raw)
To: buildroot
Occurrence is with double-c-double-r.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
docs/manual/migrating.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/manual/migrating.adoc b/docs/manual/migrating.adoc
index ed2be1c6c9..d99c779799 100644
--- a/docs/manual/migrating.adoc
+++ b/docs/manual/migrating.adoc
@@ -62,7 +62,7 @@ $ echo 'name: NAME_OF_YOUR_TREE' >external.desc
Be careful when choosing a name: It has to be unique and be made
with only ASCII characters from the set +[A-Za-z0-9_]+.
- * Then, change every occurence of +BR2_EXTERNAL+ in your br2-external
+ * Then, change every occurrence of +BR2_EXTERNAL+ in your br2-external
tree with the new variable:
+
----
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 06/42] docs/manual/migrating.adoc: fix accommodate typo
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (4 preceding siblings ...)
2024-09-10 7:07 ` [Buildroot] [PATCH 05/42] docs/manual/migrating.adoc: fix occurrence typo Peter Korsgaard
@ 2024-09-10 7:07 ` Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 07/42] docs/manual/using-buildroot-toolchain.adoc: fix overridden typo Peter Korsgaard
` (36 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:07 UTC (permalink / raw)
To: buildroot
Accommodate is with double-m.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
docs/manual/migrating.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/manual/migrating.adoc b/docs/manual/migrating.adoc
index d99c779799..69bf0dc221 100644
--- a/docs/manual/migrating.adoc
+++ b/docs/manual/migrating.adoc
@@ -143,7 +143,7 @@ The download backends have been extended in various ways.
fields (`devmajor` and `devminor`), which has an impact in the metadata
stored in the archives (but the content of files is not affected).
-To accomodate those changes, the archive suffix has been updated or
+To accommodate those changes, the archive suffix has been updated or
added:
* for git: +-git4+
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 07/42] docs/manual/using-buildroot-toolchain.adoc: fix overridden typo
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (5 preceding siblings ...)
2024-09-10 7:07 ` [Buildroot] [PATCH 06/42] docs/manual/migrating.adoc: fix accommodate typo Peter Korsgaard
@ 2024-09-10 7:07 ` Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 08/42] docs/website/copyright.txt: fix oboard typo Peter Korsgaard
` (35 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:07 UTC (permalink / raw)
To: buildroot
Overridden is with double-r-double-d.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
docs/manual/using-buildroot-toolchain.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/manual/using-buildroot-toolchain.adoc b/docs/manual/using-buildroot-toolchain.adoc
index 09408ef05a..fd9dda753b 100644
--- a/docs/manual/using-buildroot-toolchain.adoc
+++ b/docs/manual/using-buildroot-toolchain.adoc
@@ -16,7 +16,7 @@ Alternatively, Buildroot can also export the toolchain and the development
files of all selected packages, as an SDK, by running the command
+make sdk+. This generates a tarball of the content of the host directory
+output/host/+, named +<TARGET-TUPLE>_sdk-buildroot.tar.gz+ (which can be
-overriden by setting the environment variable +BR2_SDK_PREFIX+) and
+overridden by setting the environment variable +BR2_SDK_PREFIX+) and
located in the output directory +output/images/+.
This tarball can then be distributed to application developers, when
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 08/42] docs/website/copyright.txt: fix oboard typo
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (6 preceding siblings ...)
2024-09-10 7:07 ` [Buildroot] [PATCH 07/42] docs/manual/using-buildroot-toolchain.adoc: fix overridden typo Peter Korsgaard
@ 2024-09-10 7:07 ` Peter Korsgaard
2024-09-10 20:33 ` Yann E. MORIN
2024-09-10 7:07 ` [Buildroot] [PATCH 09/42] docs/website/news.html: fix information typo Peter Korsgaard
` (34 subsequent siblings)
42 siblings, 1 reply; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:07 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
docs/website/copyright.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/website/copyright.txt b/docs/website/copyright.txt
index 3fe19bab8b..4d19bbf828 100644
--- a/docs/website/copyright.txt
+++ b/docs/website/copyright.txt
@@ -18,7 +18,7 @@ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
INABILITY TO USE THIS WEBSITE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR
LOSS OF HAIR, LOSS OF LIFE, LOSS OF MEMORY, LOSS OF YOUR CARKEYS, MISPLACEMENT
OF YOUR PAYCHECK, OR COMMANDER DATA BEING RENDERED UNABLE TO ASSIST THE
-STARFLEET OFFICERS ABORD THE STARSHIP ENTERPRISE TO RECALIBRATE THE MAIN
+STARFLEET OFFICERS ABOARD THE STARSHIP ENTERPRISE TO RECALIBRATE THE MAIN
DEFLECTOR ARRAY, LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE
WEBSITE TO OPERATE WITH YOUR WEBBROWSER), EVEN IF SUCH HOLDER OR OTHER PARTY
HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 09/42] docs/website/news.html: fix information typo
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (7 preceding siblings ...)
2024-09-10 7:07 ` [Buildroot] [PATCH 08/42] docs/website/copyright.txt: fix oboard typo Peter Korsgaard
@ 2024-09-10 7:07 ` Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 10/42] package/alure: fix dependencies typo in comment Peter Korsgaard
` (33 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:07 UTC (permalink / raw)
To: buildroot
Plural of information is also information.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
docs/website/news.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/website/news.html b/docs/website/news.html
index fff88e49e2..32a19af69d 100644
--- a/docs/website/news.html
+++ b/docs/website/news.html
@@ -7394,7 +7394,7 @@
</div>
<div class="timeline-body">
<p>We have a new release candidate! Various fixes, and
- addition of licensing informations on many
+ addition of licensing information on many
packages. See <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.08_rc3">CHANGES</a>
file for details</p>
@@ -7416,7 +7416,7 @@
</div>
<div class="timeline-body">
<p>We have a new release candidate! Various fixes, and addition
- of licensing informations on many
+ of licensing information on many
packages. See <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2012.08_rc2">CHANGES</a>
file for details</p>
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 10/42] package/alure: fix dependencies typo in comment
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (8 preceding siblings ...)
2024-09-10 7:07 ` [Buildroot] [PATCH 09/42] docs/website/news.html: fix information typo Peter Korsgaard
@ 2024-09-10 7:07 ` Peter Korsgaard
2024-09-10 20:35 ` Yann E. MORIN
2024-09-10 7:07 ` [Buildroot] [PATCH 11/42] package/audit: fix deactivate typo Peter Korsgaard
` (32 subsequent siblings)
42 siblings, 1 reply; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:07 UTC (permalink / raw)
To: buildroot; +Cc: Romain Naour
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/alure/alure.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/alure/alure.mk b/package/alure/alure.mk
index f0eca8a2ee..8042081b28 100644
--- a/package/alure/alure.mk
+++ b/package/alure/alure.mk
@@ -12,7 +12,7 @@ ALURE_INSTALL_STAGING = YES
ALURE_DEPENDENCIES = openal
-# Disabling alure examples remove the dependecies on physfs and dump libraries.
+# Disabling alure examples remove the dependencies on physfs and dump libraries.
# Enable at least one built-in decoder (wave).
ALURE_CONF_OPTS = -DALURE_INSTALL=ON \
-DALURE_BUILD_EXAMPLES=OFF \
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 11/42] package/audit: fix deactivate typo
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (9 preceding siblings ...)
2024-09-10 7:07 ` [Buildroot] [PATCH 10/42] package/alure: fix dependencies typo in comment Peter Korsgaard
@ 2024-09-10 7:07 ` Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 12/42] package/avahi: fix appropriate typo Peter Korsgaard
` (31 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:07 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/audit/audit.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/audit/audit.mk b/package/audit/audit.mk
index 76828571ca..c703acc559 100644
--- a/package/audit/audit.mk
+++ b/package/audit/audit.mk
@@ -17,7 +17,7 @@ AUDIT_CONF_OPTS = --without-python --without-python3 --disable-zos-remote
# src/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)
AUDIT_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] 47+ messages in thread
* [Buildroot] [PATCH 12/42] package/avahi: fix appropriate typo
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (10 preceding siblings ...)
2024-09-10 7:07 ` [Buildroot] [PATCH 11/42] package/audit: fix deactivate typo Peter Korsgaard
@ 2024-09-10 7:07 ` Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 13/42] package/bc: fix typos in patch descriptions Peter Korsgaard
` (30 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:07 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/avahi/0002-remove-imp-from-py-compile.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/avahi/0002-remove-imp-from-py-compile.patch b/package/avahi/0002-remove-imp-from-py-compile.patch
index 37534a3f7a..ba92275206 100644
--- a/package/avahi/0002-remove-imp-from-py-compile.patch
+++ b/package/avahi/0002-remove-imp-from-py-compile.patch
@@ -1,10 +1,10 @@
Remove optional imp python module dependency.
Upstream already removed py-compile entirely in their git repository,
-so the patch is not appropiate for upstream.
+so the patch is not appropriate for upstream.
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
-Upstream: not appropiate
+Upstream: not appropriate
diff -Nur avahi-0.8.orig/py-compile avahi-0.8/py-compile
--- avahi-0.8.orig/py-compile 2020-02-18 07:58:21.192417644 +0100
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 13/42] package/bc: fix typos in patch descriptions
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (11 preceding siblings ...)
2024-09-10 7:07 ` [Buildroot] [PATCH 12/42] package/avahi: fix appropriate typo Peter Korsgaard
@ 2024-09-10 7:07 ` Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 14/42] package/bcache-tools: fix compatibility typo Peter Korsgaard
` (29 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:07 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/bc/0001-bc-use-MAKEINFO-variable-for-docs.patch | 2 +-
.../0002-notice-read-and-write-errors-on-input-and-output.patch | 2 +-
package/bc/0004-no-gen-libmath.patch | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/bc/0001-bc-use-MAKEINFO-variable-for-docs.patch b/package/bc/0001-bc-use-MAKEINFO-variable-for-docs.patch
index 03d15f5524..5ff6125f67 100644
--- a/package/bc/0001-bc-use-MAKEINFO-variable-for-docs.patch
+++ b/package/bc/0001-bc-use-MAKEINFO-variable-for-docs.patch
@@ -3,7 +3,7 @@ From: Matt Weber <matthew.weber@rockwellcollins.com>
Date: Fri, 13 Sep 2019 13:45:02 -0500
Subject: [PATCH] bc: use MAKEINFO variable for docs
-Use the appropiate MAKEINFO variable rather than the hardcoded makeinfo
+Use the appropriate MAKEINFO variable rather than the hardcoded makeinfo
command directly, otherwise missing logic never works.
Fixes:
diff --git a/package/bc/0002-notice-read-and-write-errors-on-input-and-output.patch b/package/bc/0002-notice-read-and-write-errors-on-input-and-output.patch
index 87654e3c14..7649ae8c4f 100644
--- a/package/bc/0002-notice-read-and-write-errors-on-input-and-output.patch
+++ b/package/bc/0002-notice-read-and-write-errors-on-input-and-output.patch
@@ -16,7 +16,7 @@ Quoting from the bug report:
were correct. I _think_ I got them all. -iwj.
-- Ian Jackson <iwj@ubuntu.com> Tue, 4 Apr 2006 17:21:02 +0100
-Upsteam:
+Upstream:
https://sources.debian.org/patches/bc/1.07.1-2/05_notice_read_write_errors.diff/
[Reformatted to GIT for 1.0.7.1 by Matt W]
diff --git a/package/bc/0004-no-gen-libmath.patch b/package/bc/0004-no-gen-libmath.patch
index 7cd506be2c..15b7b9e5a8 100644
--- a/package/bc/0004-no-gen-libmath.patch
+++ b/package/bc/0004-no-gen-libmath.patch
@@ -5,7 +5,7 @@ Subject: [PATCH] no gen libmath
These rules are not cross-friendly so delete them. libmath has been
generated offline and included as part of this patch as the fbc tool
-used to generate that header is assuming the cross archtecture and
+used to generate that header is assuming the cross architecture and
can't execute.
Upstream:
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 14/42] package/bcache-tools: fix compatibility typo
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (12 preceding siblings ...)
2024-09-10 7:07 ` [Buildroot] [PATCH 13/42] package/bc: fix typos in patch descriptions Peter Korsgaard
@ 2024-09-10 7:07 ` Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 15/42] package/bcusdk: fix definition typo Peter Korsgaard
` (28 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:07 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
.../0001-Don-t-inline-crc64-for-gcc-5-compatability.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/bcache-tools/0001-Don-t-inline-crc64-for-gcc-5-compatability.patch b/package/bcache-tools/0001-Don-t-inline-crc64-for-gcc-5-compatability.patch
index 1a437a84fb..bd3358c207 100644
--- a/package/bcache-tools/0001-Don-t-inline-crc64-for-gcc-5-compatability.patch
+++ b/package/bcache-tools/0001-Don-t-inline-crc64-for-gcc-5-compatability.patch
@@ -1,4 +1,4 @@
-Don't inline crc64 for gcc-5 compatability
+Don't inline crc64 for gcc-5 compatibility
This patch is backported from Debian and it fixes the following error:
@@ -11,7 +11,7 @@ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
From: David Mohr <david@mcbf.net>
Date: Tue, 26 May 2015 20:34:31 -0600
-Subject: Don't inline crc64 for gcc-5 compatability
+Subject: Don't inline crc64 for gcc-5 compatibility
Forwarded: http://article.gmane.org/gmane.linux.kernel.bcache.devel/2919
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 15/42] package/bcusdk: fix definition typo
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (13 preceding siblings ...)
2024-09-10 7:07 ` [Buildroot] [PATCH 14/42] package/bcache-tools: fix compatibility typo Peter Korsgaard
@ 2024-09-10 7:07 ` Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 16/42] package/boost: fix typos in help text Peter Korsgaard
` (27 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:07 UTC (permalink / raw)
To: buildroot; +Cc: Kurt Van Dijck
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
...002-eibd-fix-endless-recursion-when-using-USB-backends.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/bcusdk/0002-eibd-fix-endless-recursion-when-using-USB-backends.patch b/package/bcusdk/0002-eibd-fix-endless-recursion-when-using-USB-backends.patch
index 3b90289c88..c31f0c0c8c 100644
--- a/package/bcusdk/0002-eibd-fix-endless-recursion-when-using-USB-backends.patch
+++ b/package/bcusdk/0002-eibd-fix-endless-recursion-when-using-USB-backends.patch
@@ -6,7 +6,7 @@ Subject: [PATCH] eibd: drop local clock_gettime in USB backends
clock_gettime is defined locally, and calls pth_int_time, which
in turn calls clock_gettime.
The USB backend shouldn't overrule clock_gettime in the first place.
-This patch fixes this endless recursion by removing the local defition.
+This patch fixes this endless recursion by removing the local definition.
Signed-off-by: Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be>
---
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 16/42] package/boost: fix typos in help text
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (14 preceding siblings ...)
2024-09-10 7:07 ` [Buildroot] [PATCH 15/42] package/bcusdk: fix definition typo Peter Korsgaard
@ 2024-09-10 7:07 ` Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 17/42] package/c-icap-modules: fix Additional typo Peter Korsgaard
` (26 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:07 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/boost/Config.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/boost/Config.in b/package/boost/Config.in
index 908a53fea0..c7c90aa9ab 100644
--- a/package/boost/Config.in
+++ b/package/boost/Config.in
@@ -4,7 +4,7 @@ comment "boost needs a toolchain w/ C++, threads, wchar"
config BR2_PACKAGE_BOOST
bool "boost"
depends on BR2_INSTALL_LIBSTDCPP
- # Boost could theorically be built with threading=single, but
+ # Boost could theoretically be built with threading=single, but
# that unfortunately doesn't work. Until someone fixes that,
# let's depend on threads.
depends on BR2_TOOLCHAIN_HAS_THREADS
@@ -241,7 +241,7 @@ config BR2_PACKAGE_BOOST_MATH
C++ standard.
Quaternions are a relative of complex numbers often used to
- parameterise rotations in three dimentional space.
+ parameterise rotations in three dimensional space.
Octonions, like quaternions, are a relative of complex
numbers.
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 17/42] package/c-icap-modules: fix Additional typo
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (15 preceding siblings ...)
2024-09-10 7:07 ` [Buildroot] [PATCH 16/42] package/boost: fix typos in help text Peter Korsgaard
@ 2024-09-10 7:07 ` Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 18/42] package/chocolate-doom: fix multiple typo Peter Korsgaard
` (25 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:07 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/c-icap-modules/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/c-icap-modules/Config.in b/package/c-icap-modules/Config.in
index 616456b4dc..7114131f04 100644
--- a/package/c-icap-modules/Config.in
+++ b/package/c-icap-modules/Config.in
@@ -2,6 +2,6 @@ config BR2_PACKAGE_C_ICAP_MODULES
bool "c-icap-modules"
depends on BR2_PACKAGE_C_ICAP
help
- Additionals modules for c-icap server.
+ Additional modules for c-icap server.
http://c-icap.sourceforge.net/
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 18/42] package/chocolate-doom: fix multiple typo
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (16 preceding siblings ...)
2024-09-10 7:07 ` [Buildroot] [PATCH 17/42] package/c-icap-modules: fix Additional typo Peter Korsgaard
@ 2024-09-10 7:07 ` Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 19/42] package/collectd: fix typos in help text / comment Peter Korsgaard
` (24 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:07 UTC (permalink / raw)
To: buildroot; +Cc: Rodrigo Rebello
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
.../0001-Remove-redundant-demoextend-definition.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/chocolate-doom/0001-Remove-redundant-demoextend-definition.patch b/package/chocolate-doom/0001-Remove-redundant-demoextend-definition.patch
index bbfbdbb2d6..06bf54c583 100644
--- a/package/chocolate-doom/0001-Remove-redundant-demoextend-definition.patch
+++ b/package/chocolate-doom/0001-Remove-redundant-demoextend-definition.patch
@@ -4,7 +4,7 @@ Date: Sun, 15 Mar 2020 16:55:33 -0500
Subject: [PATCH] Remove redundant demoextend definition
GCC 10 enables -fno-common by default, which causes the linker to fail when
-there are multple definitions of a global variable.
+there are multiple definitions of a global variable.
See https://gcc.gnu.org/gcc-10/porting_to.html
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 19/42] package/collectd: fix typos in help text / comment
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (17 preceding siblings ...)
2024-09-10 7:07 ` [Buildroot] [PATCH 18/42] package/chocolate-doom: fix multiple typo Peter Korsgaard
@ 2024-09-10 7:07 ` Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 20/42] package/dcron: fix opening typo Peter Korsgaard
` (23 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:07 UTC (permalink / raw)
To: buildroot; +Cc: Asaf Kahlon
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/collectd/Config.in | 6 +++---
package/collectd/collectd.mk | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/collectd/Config.in b/package/collectd/Config.in
index 5f39507cff..39c0d352e5 100644
--- a/package/collectd/Config.in
+++ b/package/collectd/Config.in
@@ -288,7 +288,7 @@ config BR2_PACKAGE_COLLECTD_GPS
bool "gps"
select BR2_PACKAGE_GPSD
help
- Reports the number of sattelites seen by and precision
+ Reports the number of satellites seen by and precision
of a GPS receiver.
config BR2_PACKAGE_COLLECTD_HUGEPAGES
@@ -471,7 +471,7 @@ config BR2_PACKAGE_COLLECTD_PING
bool "ping"
select BR2_PACKAGE_LIBOPING
help
- Mesures network latency using ICMP "echo requests".
+ Measures network latency using ICMP "echo requests".
config BR2_PACKAGE_COLLECTD_POSTGRESQL
bool "postgresql"
@@ -493,7 +493,7 @@ comment "postgresql support can't be built with Optimize for fast"
config BR2_PACKAGE_COLLECTD_PROCESSES
bool "processes"
help
- Collects the number of processes gruped by state.
+ Collects the number of processes grouped by state.
config BR2_PACKAGE_COLLECTD_PROTOCOLS
bool "protocols"
diff --git a/package/collectd/collectd.mk b/package/collectd/collectd.mk
index b47b2efaba..7bfe556e90 100644
--- a/package/collectd/collectd.mk
+++ b/package/collectd/collectd.mk
@@ -38,7 +38,7 @@ endif
COLLECTD_CONF_ENV += CFLAGS="$(COLLECTD_CFLAGS)"
#
-# NOTE: There's also a third availible setting "intswap", which might
+# NOTE: There's also a third available setting "intswap", which might
# be needed on some old ARM hardware (see [2]), but is not being
# accounted for as per discussion [1]
#
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 20/42] package/dcron: fix opening typo
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (18 preceding siblings ...)
2024-09-10 7:07 ` [Buildroot] [PATCH 19/42] package/collectd: fix typos in help text / comment Peter Korsgaard
@ 2024-09-10 7:08 ` Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 21/42] package/dmalloc: fix deactivate typo Peter Korsgaard
` (22 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:08 UTC (permalink / raw)
To: buildroot; +Cc: Alvaro G. M
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
...1-main.c-add-newline-to-logfile-openning-error-message.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/dcron/0001-main.c-add-newline-to-logfile-openning-error-message.patch b/package/dcron/0001-main.c-add-newline-to-logfile-openning-error-message.patch
index 6abc3105e4..fe0a33d1af 100644
--- a/package/dcron/0001-main.c-add-newline-to-logfile-openning-error-message.patch
+++ b/package/dcron/0001-main.c-add-newline-to-logfile-openning-error-message.patch
@@ -1,7 +1,7 @@
From 2710bc67cd920323da9b23a3d60193577bd43d71 Mon Sep 17 00:00:00 2001
From: Carlos Santos <unixmania@gmail.com>
Date: Sat, 20 Jul 2019 00:27:31 -0300
-Subject: [PATCH] main.c: add newline to logfile openning error message
+Subject: [PATCH] main.c: add newline to logfile opening error message
Signed-off-by: Carlos Santos <unixmania@gmail.com>
[Upstream status: https://github.com/dubiousjim/dcron/pull/22]
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 21/42] package/dmalloc: fix deactivate typo
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (19 preceding siblings ...)
2024-09-10 7:08 ` [Buildroot] [PATCH 20/42] package/dcron: fix opening typo Peter Korsgaard
@ 2024-09-10 7:08 ` Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 22/42] package/dvblast: fix which typo Peter Korsgaard
` (21 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:08 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/dmalloc/dmalloc.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/dmalloc/dmalloc.mk b/package/dmalloc/dmalloc.mk
index 5bd6691725..c3f958094b 100644
--- a/package/dmalloc/dmalloc.mk
+++ b/package/dmalloc/dmalloc.mk
@@ -42,7 +42,7 @@ endif
# dmalloc has some assembly function that are not present in thumb1 mode:
# Error: lo register required -- `str lr,[sp,#4]'
-# so, we desactivate thumb mode
+# so, we deactivate thumb mode
ifeq ($(BR2_ARM_INSTRUCTIONS_THUMB),y)
DMALLOC_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] 47+ messages in thread
* [Buildroot] [PATCH 22/42] package/dvblast: fix which typo
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (20 preceding siblings ...)
2024-09-10 7:08 ` [Buildroot] [PATCH 21/42] package/dmalloc: fix deactivate typo Peter Korsgaard
@ 2024-09-10 7:08 ` Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 23/42] package/elftosb: fix typos in patch descriptions Peter Korsgaard
` (20 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:08 UTC (permalink / raw)
To: buildroot; +Cc: Julian Scheel
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/dvblast/0001-missing-lm.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/dvblast/0001-missing-lm.patch b/package/dvblast/0001-missing-lm.patch
index 2efbec4648..f287db5819 100644
--- a/package/dvblast/0001-missing-lm.patch
+++ b/package/dvblast/0001-missing-lm.patch
@@ -1,6 +1,6 @@
dvblast: fix static linking
-dvblast links to -lev, wihch uses functions from the maths library,
+dvblast links to -lev, which uses functions from the maths library,
like floor().
When linking to a shared libev.so, that dependency is automatically
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 23/42] package/elftosb: fix typos in patch descriptions
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (21 preceding siblings ...)
2024-09-10 7:08 ` [Buildroot] [PATCH 22/42] package/dvblast: fix which typo Peter Korsgaard
@ 2024-09-10 7:08 ` Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 24/42] package/erlang: fix inadvertently typo Peter Korsgaard
` (19 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:08 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/elftosb/0001-fixes-includes.patch | 2 +-
package/elftosb/0002-force-cxx-compiler.patch | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/elftosb/0001-fixes-includes.patch b/package/elftosb/0001-fixes-includes.patch
index eaf8ebad98..ba84d126bc 100644
--- a/package/elftosb/0001-fixes-includes.patch
+++ b/package/elftosb/0001-fixes-includes.patch
@@ -1,4 +1,4 @@
-This patch uses system include files instead of a hard coded system path to fixe
+This patch uses system include files instead of a hard coded system path to fix
potential compilation failure on systems that do not populate system header
files in /usr/include/..
diff --git a/package/elftosb/0002-force-cxx-compiler.patch b/package/elftosb/0002-force-cxx-compiler.patch
index efa92d1171..2dc0394f86 100644
--- a/package/elftosb/0002-force-cxx-compiler.patch
+++ b/package/elftosb/0002-force-cxx-compiler.patch
@@ -19,7 +19,7 @@ Thus, elftosb should either:
- use gcc and link against libc and libm;
- or use g++ and link against libstdc++.
-Because elftosb is written in C++, this patch implement the sencond option, using
+Because elftosb is written in C++, this patch implement the second option, using
g++ and linking against libstdc++.
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 24/42] package/erlang: fix inadvertently typo
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (22 preceding siblings ...)
2024-09-10 7:08 ` [Buildroot] [PATCH 23/42] package/elftosb: fix typos in patch descriptions Peter Korsgaard
@ 2024-09-10 7:08 ` Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 25/42] package/exiv2: fix 'information see' typo Peter Korsgaard
` (18 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:08 UTC (permalink / raw)
To: buildroot; +Cc: Will Newton
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/erlang/erlang.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/erlang/erlang.mk b/package/erlang/erlang.mk
index 84d2f4e898..f9956d4468 100644
--- a/package/erlang/erlang.mk
+++ b/package/erlang/erlang.mk
@@ -48,7 +48,7 @@ ERLANG_CONF_ENV += erl_xcomp_sysroot=$(STAGING_DIR)
ERLANG_CONF_OPTS = --without-javac
# Force ERL_TOP to the downloaded source directory. This prevents
-# Erlang's configure script from inadvertantly using files from
+# Erlang's configure script from inadvertently using files from
# a version of Erlang installed on the host.
ERLANG_CONF_ENV += ERL_TOP=$(@D)
HOST_ERLANG_CONF_ENV += ERL_TOP=$(@D)
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 25/42] package/exiv2: fix 'information see' typo
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (23 preceding siblings ...)
2024-09-10 7:08 ` [Buildroot] [PATCH 24/42] package/erlang: fix inadvertently typo Peter Korsgaard
@ 2024-09-10 7:08 ` Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 26/42] package/falcosecurity-libs: fix which typo Peter Korsgaard
` (17 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:08 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/exiv2/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/exiv2/Config.in b/package/exiv2/Config.in
index 3e3e502751..8407c25b41 100644
--- a/package/exiv2/Config.in
+++ b/package/exiv2/Config.in
@@ -39,6 +39,6 @@ config BR2_PACKAGE_EXIV2_LENSDATA
This database comes from a thirdparty and is free to use in
non-commercial, GPL or open source software only.
- For more informations src/nikonmn_int.cpp.
+ For more information see src/nikonmn_int.cpp.
endif
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 26/42] package/falcosecurity-libs: fix which typo
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (24 preceding siblings ...)
2024-09-10 7:08 ` [Buildroot] [PATCH 25/42] package/exiv2: fix 'information see' typo Peter Korsgaard
@ 2024-09-10 7:08 ` Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 27/42] package/fbgrab: fix framebuffer typo in help text Peter Korsgaard
` (16 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:08 UTC (permalink / raw)
To: buildroot; +Cc: Francis Laniel
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/falcosecurity-libs/falcosecurity-libs.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/falcosecurity-libs/falcosecurity-libs.mk b/package/falcosecurity-libs/falcosecurity-libs.mk
index 4245f9581a..3783b8421b 100644
--- a/package/falcosecurity-libs/falcosecurity-libs.mk
+++ b/package/falcosecurity-libs/falcosecurity-libs.mk
@@ -44,7 +44,7 @@ define FALCOSECURITY_LIBS_LINUX_CONFIG_FIXUPS
endef
# falcosecurity-libs creates the module Makefile from a template, which contains
-# a single place-holder, KBUILD_FLAGS, wich is only replaced with debug flags,
+# a single place-holder, KBUILD_FLAGS, which is only replaced with debug flags,
# which we don't care about here.
# So, just replace the place-holder with the only meaningful value: nothing.
# For the DRIVER_NAME, we set it to FALCOSECURITY_LIBS_DRIVER_NAME.
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 27/42] package/fbgrab: fix framebuffer typo in help text
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (25 preceding siblings ...)
2024-09-10 7:08 ` [Buildroot] [PATCH 26/42] package/falcosecurity-libs: fix which typo Peter Korsgaard
@ 2024-09-10 7:08 ` Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 28/42] package/fcgiwrap: fix explicitly typo Peter Korsgaard
` (15 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:08 UTC (permalink / raw)
To: buildroot; +Cc: Timo Ketola
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/fbgrab/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/fbgrab/Config.in b/package/fbgrab/Config.in
index b1d8755f32..39c7834d50 100644
--- a/package/fbgrab/Config.in
+++ b/package/fbgrab/Config.in
@@ -3,6 +3,6 @@ config BR2_PACKAGE_FBGRAB
select BR2_PACKAGE_LIBPNG
help
FBGrab is a framebuffer screenshot program, capturing the
- linux frambuffer and converting it to a png-picture.
+ linux framebuffer and converting it to a png-picture.
https://github.com/GunnarMonell/fbgrab
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 28/42] package/fcgiwrap: fix explicitly typo
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (26 preceding siblings ...)
2024-09-10 7:08 ` [Buildroot] [PATCH 27/42] package/fbgrab: fix framebuffer typo in help text Peter Korsgaard
@ 2024-09-10 7:08 ` Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 29/42] package/flex: fix typo in patch description Peter Korsgaard
` (14 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:08 UTC (permalink / raw)
To: buildroot; +Cc: Thomas Claveirole
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/fcgiwrap/0001-use-LIBS-from-configure.patch | 2 +-
package/fcgiwrap/fcgiwrap.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/fcgiwrap/0001-use-LIBS-from-configure.patch b/package/fcgiwrap/0001-use-LIBS-from-configure.patch
index 12563c4275..3f8606945f 100644
--- a/package/fcgiwrap/0001-use-LIBS-from-configure.patch
+++ b/package/fcgiwrap/0001-use-LIBS-from-configure.patch
@@ -1,7 +1,7 @@
Makefile.in: Use LIBS from configure rather than specifying -lfcgi manually.
libfcgi needs libm and fcgiwrap does not use libtool or pkgconf to
-detect libfcgi, so we need to add -lm explicitely when using static
+detect libfcgi, so we need to add -lm explicitly when using static
libs. Buildroot does this by providing LIBS=-lm to configure when
needed. However fcgiwrap does not use Automake and its Makefile.in
ignores LIBS from configure. Fix it with this patch.
diff --git a/package/fcgiwrap/fcgiwrap.mk b/package/fcgiwrap/fcgiwrap.mk
index 62c4c1369d..4845f013fa 100644
--- a/package/fcgiwrap/fcgiwrap.mk
+++ b/package/fcgiwrap/fcgiwrap.mk
@@ -20,7 +20,7 @@ FCGIWRAP_CONF_OPTS += --without-systemd
endif
# libfcgi needs libm and fcgiwrap does not use libtool or pkgconf to
-# detect libfcgi, so we need to add -lm explicitely when using static
+# detect libfcgi, so we need to add -lm explicitly when using static
# libs.
ifeq ($(BR2_STATIC_LIBS),y)
FCGIWRAP_CONF_OPTS += LIBS=-lm
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 29/42] package/flex: fix typo in patch description
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (27 preceding siblings ...)
2024-09-10 7:08 ` [Buildroot] [PATCH 28/42] package/fcgiwrap: fix explicitly typo Peter Korsgaard
@ 2024-09-10 7:08 ` Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 30/42] package/flutter-engine: fix typos in comments Peter Korsgaard
` (13 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:08 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
...3-build-make-it-possible-to-disable-the-build-of-the-d.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/flex/0003-build-make-it-possible-to-disable-the-build-of-the-d.patch b/package/flex/0003-build-make-it-possible-to-disable-the-build-of-the-d.patch
index ffe30d367f..30a782ee9b 100644
--- a/package/flex/0003-build-make-it-possible-to-disable-the-build-of-the-d.patch
+++ b/package/flex/0003-build-make-it-possible-to-disable-the-build-of-the-d.patch
@@ -4,7 +4,7 @@ Date: Fri, 29 Sep 2017 18:03:51 +0200
Subject: [PATCH] build: make it possible to disable the build of the
documentation
-When targetting embedded evices, the documentation is not needed.
+When targeting embedded devices, the documentation is not needed.
Building the documentation default to whether the program is built.
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 30/42] package/flutter-engine: fix typos in comments
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (28 preceding siblings ...)
2024-09-10 7:08 ` [Buildroot] [PATCH 29/42] package/flex: fix typo in patch description Peter Korsgaard
@ 2024-09-10 7:08 ` Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 31/42] package/flutter-pi: fix Raspberry typo Peter Korsgaard
` (12 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:08 UTC (permalink / raw)
To: buildroot; +Cc: Adam Duskett
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/flutter-engine/Config.in | 2 +-
package/flutter-engine/gen-tarball | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/flutter-engine/Config.in b/package/flutter-engine/Config.in
index 00bcd05cd4..610c26d933 100644
--- a/package/flutter-engine/Config.in
+++ b/package/flutter-engine/Config.in
@@ -1,4 +1,4 @@
-# Flutter includes a vender copy of clang which is mandatory to use for
+# Flutter includes a vendor copy of clang which is mandatory to use for
# compiling. These are the supported architectures.
config BR2_PACKAGE_FLUTTER_ENGINE_ARCH_SUPPORTS
bool
diff --git a/package/flutter-engine/gen-tarball b/package/flutter-engine/gen-tarball
index 23b121d1f9..5bfb8f60e8 100755
--- a/package/flutter-engine/gen-tarball
+++ b/package/flutter-engine/gen-tarball
@@ -66,10 +66,10 @@ gen_tarball() {
# There are two issues with the flutter-engine buildsystem:
# - it expects empty directories created by gclient.py to be present; that
# means we can't use the mk_tar_gz helper method from support/download/helpers,
- # becasue it does not include emnpty directories;
+ # because it does not include empty directories;
# - it insists on having a full git repositoy, with .git et al., which means
# we can't generate a reproducible archive anyway.
- # So we jsut create a plain tarball.
+ # So we just create a plain tarball.
${TAR} -C "${SCRATCH_DIR}"/src -czf "${TARBALL_NAME}" .
mv "${TARBALL_NAME}" "${TARBALL_DL_PATH}"
}
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 31/42] package/flutter-pi: fix Raspberry typo
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (29 preceding siblings ...)
2024-09-10 7:08 ` [Buildroot] [PATCH 30/42] package/flutter-engine: fix typos in comments Peter Korsgaard
@ 2024-09-10 7:08 ` Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 32/42] package/gcc: fix explicitly typo Peter Korsgaard
` (11 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:08 UTC (permalink / raw)
To: buildroot; +Cc: Adam Duskett
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/flutter-pi/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/flutter-pi/Config.in b/package/flutter-pi/Config.in
index 223e29749c..ec2ef70737 100644
--- a/package/flutter-pi/Config.in
+++ b/package/flutter-pi/Config.in
@@ -24,7 +24,7 @@ menuconfig BR2_PACKAGE_FLUTTER_PI
Desktop & have X11 or Wayland load up; just boot into the
command-line.
- Although flutter-pi is only tested on a Rasberry Pi 4
+ Although flutter-pi is only tested on a Raspberry Pi 4
2GB, it should work fine on other linux platforms supported
by Flutter so long as there is support for KMS and DRI.
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 32/42] package/gcc: fix explicitly typo
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (30 preceding siblings ...)
2024-09-10 7:08 ` [Buildroot] [PATCH 31/42] package/flutter-pi: fix Raspberry typo Peter Korsgaard
@ 2024-09-10 7:08 ` Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 33/42] package/gdb: fix program typo Peter Korsgaard
` (10 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:08 UTC (permalink / raw)
To: buildroot; +Cc: Giulio Benetti, Romain Naour, Thomas Petazzoni
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/gcc/gcc.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/gcc/gcc.mk b/package/gcc/gcc.mk
index e4780353cb..b39ca8566d 100644
--- a/package/gcc/gcc.mk
+++ b/package/gcc/gcc.mk
@@ -233,7 +233,7 @@ HOST_GCC_COMMON_CONF_OPTS += --with-fp-32="$(GCC_TARGET_FP32_MODE)"
endif
# musl/uClibc-ng does not work with biarch powerpc toolchains, we
-# need to configure gcc explicitely for 32 Bit for CPU's supporting
+# need to configure gcc explicitly for 32 Bit for CPU's supporting
# 64 Bit and 32 Bit
ifneq ($(GCC_TARGET_CPU),)
ifeq ($(BR2_powerpc),y)
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 33/42] package/gdb: fix program typo
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (31 preceding siblings ...)
2024-09-10 7:08 ` [Buildroot] [PATCH 32/42] package/gcc: fix explicitly typo Peter Korsgaard
@ 2024-09-10 7:08 ` Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 34/42] package/genpart: fix typos in patch description Peter Korsgaard
` (9 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:08 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/gdb/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/gdb/Config.in b/package/gdb/Config.in
index 49ee4b3728..8cbd52cff5 100644
--- a/package/gdb/Config.in
+++ b/package/gdb/Config.in
@@ -52,7 +52,7 @@ config BR2_PACKAGE_GDB_SERVER
depends on !BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY
help
Build the gdbserver stub to run on the target.
- A full gdb is needed to debug the progam.
+ A full gdb is needed to debug the program.
config BR2_PACKAGE_GDB_DEBUGGER
bool "full debugger"
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 34/42] package/genpart: fix typos in patch description
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (32 preceding siblings ...)
2024-09-10 7:08 ` [Buildroot] [PATCH 33/42] package/gdb: fix program typo Peter Korsgaard
@ 2024-09-10 7:08 ` Peter Korsgaard
2024-09-10 20:46 ` Yann E. MORIN
2024-09-10 7:08 ` [Buildroot] [PATCH 35/42] package/gerbera: fix guaranteed typo Peter Korsgaard
` (8 subsequent siblings)
42 siblings, 1 reply; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:08 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/genpart/0001-fix-return-code.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/genpart/0001-fix-return-code.patch b/package/genpart/0001-fix-return-code.patch
index ec18c82f8c..55af0303a9 100644
--- a/package/genpart/0001-fix-return-code.patch
+++ b/package/genpart/0001-fix-return-code.patch
@@ -1,7 +1,7 @@
-genpart: return 0 if partition writen OK, with no do_magic
+genpart: return 0 if partition written OK, with no do_magic
If do_magic is false, we don't won't write the 0xaa55 magic.
-However, if we succesfully wrote the partition entry, we still
+However, if we successfully wrote the partition entry, we still
want to return 0 to indicate success.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 35/42] package/gerbera: fix guaranteed typo
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (33 preceding siblings ...)
2024-09-10 7:08 ` [Buildroot] [PATCH 34/42] package/genpart: fix typos in patch description Peter Korsgaard
@ 2024-09-10 7:08 ` Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 36/42] package/go-src: fix variable typo in patch description Peter Korsgaard
` (7 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:08 UTC (permalink / raw)
To: buildroot; +Cc: Fabrice Fontaine
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/gerbera/gerbera.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/gerbera/gerbera.mk b/package/gerbera/gerbera.mk
index 6616a83e74..f3f05b364d 100644
--- a/package/gerbera/gerbera.mk
+++ b/package/gerbera/gerbera.mk
@@ -80,7 +80,7 @@ else
GERBERA_CONF_OPTS += -DWITH_MATROSKA=OFF
endif
-# Either libupnp or libnpupnp are guranteed to be enabled
+# Either libupnp or libnpupnp are guaranteed to be enabled
ifeq ($(BR2_PACKAGE_LIBNPUPNP),y)
GERBERA_DEPENDENCIES += libnpupnp
GERBERA_CONF_OPTS += -DWITH_NPUPNP=ON
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 36/42] package/go-src: fix variable typo in patch description
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (34 preceding siblings ...)
2024-09-10 7:08 ` [Buildroot] [PATCH 35/42] package/gerbera: fix guaranteed typo Peter Korsgaard
@ 2024-09-10 7:08 ` Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 37/42] package/go: fix convenience typo Peter Korsgaard
` (6 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:08 UTC (permalink / raw)
To: buildroot; +Cc: Anisse Astier, Christian Stewart, Thomas Perale
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
.../0001-build.go-explicit-option-for-crosscompilation.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/go/go-src/0001-build.go-explicit-option-for-crosscompilation.patch b/package/go/go-src/0001-build.go-explicit-option-for-crosscompilation.patch
index 992a83a644..c7cf02ced2 100644
--- a/package/go/go-src/0001-build.go-explicit-option-for-crosscompilation.patch
+++ b/package/go/go-src/0001-build.go-explicit-option-for-crosscompilation.patch
@@ -7,7 +7,7 @@ Actually if GOHOSTOS == GOOS || GOHOSTARCH == GOARCH the go build system
assume it's not cross compiling and uses the same toolchain also for the
bootstrap. This is a problem in case the cross compilation mandates a
different toolchain for bootstrap and target. This patch adds
-GO_ASSUME_CROSSCOMPILING varible to assure that in case of cross
+GO_ASSUME_CROSSCOMPILING variable to assure that in case of cross
compilation CC_FOR_TARGET can be different from CC.
Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 37/42] package/go: fix convenience typo
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (35 preceding siblings ...)
2024-09-10 7:08 ` [Buildroot] [PATCH 36/42] package/go-src: fix variable typo in patch description Peter Korsgaard
@ 2024-09-10 7:08 ` Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 38/42] package/gobject-introspection: fix altogether typo in patch description Peter Korsgaard
` (5 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:08 UTC (permalink / raw)
To: buildroot; +Cc: Thomas Perale, Christian Stewart, Anisse Astier
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/go/go.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/go/go.mk b/package/go/go.mk
index 7e0dfc5880..4c56660651 100644
--- a/package/go/go.mk
+++ b/package/go/go.mk
@@ -65,7 +65,7 @@ else ifeq ($(BR2_s390x),y)
GO_GOARCH = s390x
endif
-# For the convienience of target packages.
+# For the convenience of target packages.
HOST_GO_TOOLDIR = $(HOST_GO_ROOT)/pkg/tool/linux_$(GO_GOARCH)
HOST_GO_TARGET_ENV = \
$(HOST_GO_COMMON_ENV) \
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 38/42] package/gobject-introspection: fix altogether typo in patch description
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (36 preceding siblings ...)
2024-09-10 7:08 ` [Buildroot] [PATCH 37/42] package/go: fix convenience typo Peter Korsgaard
@ 2024-09-10 7:08 ` Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 39/42] package/gtest: fix explanation typo Peter Korsgaard
` (4 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:08 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/gobject-introspection/0001-disable-tests.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/gobject-introspection/0001-disable-tests.patch b/package/gobject-introspection/0001-disable-tests.patch
index 8de216c039..a39f51617b 100644
--- a/package/gobject-introspection/0001-disable-tests.patch
+++ b/package/gobject-introspection/0001-disable-tests.patch
@@ -5,7 +5,7 @@ Subject: [PATCH] disable tests
If introspection data on the host is not built, meson throws the error:
"Unknown variable "typelibs". Because tests are not required, removing
-the subdir tests alltogether fixes this issue.
+the subdir tests altogether fixes this issue.
Signed-off-by: Adam Duskett <aduskett@gmail.com>
---
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 39/42] package/gtest: fix explanation typo
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (37 preceding siblings ...)
2024-09-10 7:08 ` [Buildroot] [PATCH 38/42] package/gobject-introspection: fix altogether typo in patch description Peter Korsgaard
@ 2024-09-10 7:08 ` Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 40/42] package/hddtemp: fix information typo in help text Peter Korsgaard
` (3 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:08 UTC (permalink / raw)
To: buildroot; +Cc: Stephan Hoffmann
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/gtest/gtest.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/gtest/gtest.mk b/package/gtest/gtest.mk
index c252ede818..832c494ff5 100644
--- a/package/gtest/gtest.mk
+++ b/package/gtest/gtest.mk
@@ -18,7 +18,7 @@ GTEST_CPE_ID_PRODUCT = google_test
# gtest.
# So, force to build gtest as a static library.
#
-# For further details, refer to the explaination given in the README file from
+# For further details, refer to the explanation given in the README file from
# the gtest sources.
GTEST_CONF_OPTS = -DBUILD_SHARED_LIBS=OFF
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 40/42] package/hddtemp: fix information typo in help text
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (38 preceding siblings ...)
2024-09-10 7:08 ` [Buildroot] [PATCH 39/42] package/gtest: fix explanation typo Peter Korsgaard
@ 2024-09-10 7:08 ` Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 41/42] package/heirloom-mailx: fix attachments " Peter Korsgaard
` (2 subsequent siblings)
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:08 UTC (permalink / raw)
To: buildroot; +Cc: Bernd Kuhls
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/hddtemp/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/hddtemp/Config.in b/package/hddtemp/Config.in
index 0e02252461..23fef3d23a 100644
--- a/package/hddtemp/Config.in
+++ b/package/hddtemp/Config.in
@@ -6,7 +6,7 @@ config BR2_PACKAGE_HDDTEMP
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
help
hddtemp is a small utility that gives you the temperature of
- your hard drive by reading S.M.A.R.T. informations, for drives
+ your hard drive by reading S.M.A.R.T. information, for drives
that support this feature.
https://github.com/vitlav/hddtemp
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 41/42] package/heirloom-mailx: fix attachments typo in help text
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (39 preceding siblings ...)
2024-09-10 7:08 ` [Buildroot] [PATCH 40/42] package/hddtemp: fix information typo in help text Peter Korsgaard
@ 2024-09-10 7:08 ` Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 42/42] package/hostapd: fix proprietary " Peter Korsgaard
2024-09-10 20:52 ` [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Yann E. MORIN
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:08 UTC (permalink / raw)
To: buildroot; +Cc: Thomas Petazzoni
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/heirloom-mailx/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/heirloom-mailx/Config.in b/package/heirloom-mailx/Config.in
index c5b0bcbea7..ed2a519436 100644
--- a/package/heirloom-mailx/Config.in
+++ b/package/heirloom-mailx/Config.in
@@ -13,7 +13,7 @@ config BR2_PACKAGE_HEIRLOOM_MAILX
importantly on embedded systems, as a mail composition
program and SMTP client, in order to send e-mail from shell
scripts. It supports SMTP authentication (login, plain,
- cram-md5), SMTPS, MIME encoding of attachements, and more.
+ cram-md5), SMTPS, MIME encoding of attachments, and more.
http://heirloom.sourceforge.net/mailx.html
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* [Buildroot] [PATCH 42/42] package/hostapd: fix proprietary typo in help text
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (40 preceding siblings ...)
2024-09-10 7:08 ` [Buildroot] [PATCH 41/42] package/heirloom-mailx: fix attachments " Peter Korsgaard
@ 2024-09-10 7:08 ` Peter Korsgaard
2024-09-10 20:52 ` [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Yann E. MORIN
42 siblings, 0 replies; 47+ messages in thread
From: Peter Korsgaard @ 2024-09-10 7:08 UTC (permalink / raw)
To: buildroot; +Cc: Sergey Matyukevich
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/hostapd/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/hostapd/Config.in b/package/hostapd/Config.in
index f4206ceea5..660274ddf0 100644
--- a/package/hostapd/Config.in
+++ b/package/hostapd/Config.in
@@ -54,7 +54,7 @@ config BR2_PACKAGE_HOSTAPD_ACS
depends on BR2_PACKAGE_HOSTAPD_DRIVER_NL80211
help
Enable support for standard ACS (Automatic Channel Selection).
- Some propietary drivers use a custom algorithm which requires
+ Some proprietary drivers use a custom algorithm which requires
channel to be set to '0' (which enables ACS in the config),
causing hostapd to use the standard one which doesn't work
for those cases.
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 47+ messages in thread
* Re: [Buildroot] [PATCH 08/42] docs/website/copyright.txt: fix oboard typo
2024-09-10 7:07 ` [Buildroot] [PATCH 08/42] docs/website/copyright.txt: fix oboard typo Peter Korsgaard
@ 2024-09-10 20:33 ` Yann E. MORIN
0 siblings, 0 replies; 47+ messages in thread
From: Yann E. MORIN @ 2024-09-10 20:33 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: buildroot
Peter, All,
On 2024-09-10 09:07 +0200, Peter Korsgaard spake thusly:
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
I also fixed the commit title: s/oboard/aboard/ ;-)
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> docs/website/copyright.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/docs/website/copyright.txt b/docs/website/copyright.txt
> index 3fe19bab8b..4d19bbf828 100644
> --- a/docs/website/copyright.txt
> +++ b/docs/website/copyright.txt
> @@ -18,7 +18,7 @@ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
> INABILITY TO USE THIS WEBSITE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR
> LOSS OF HAIR, LOSS OF LIFE, LOSS OF MEMORY, LOSS OF YOUR CARKEYS, MISPLACEMENT
> OF YOUR PAYCHECK, OR COMMANDER DATA BEING RENDERED UNABLE TO ASSIST THE
> -STARFLEET OFFICERS ABORD THE STARSHIP ENTERPRISE TO RECALIBRATE THE MAIN
> +STARFLEET OFFICERS ABOARD THE STARSHIP ENTERPRISE TO RECALIBRATE THE MAIN
> DEFLECTOR ARRAY, LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE
> WEBSITE TO OPERATE WITH YOUR WEBBROWSER), EVEN IF SUCH HOLDER OR OTHER PARTY
> HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
> --
> 2.39.2
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 47+ messages in thread
* Re: [Buildroot] [PATCH 10/42] package/alure: fix dependencies typo in comment
2024-09-10 7:07 ` [Buildroot] [PATCH 10/42] package/alure: fix dependencies typo in comment Peter Korsgaard
@ 2024-09-10 20:35 ` Yann E. MORIN
0 siblings, 0 replies; 47+ messages in thread
From: Yann E. MORIN @ 2024-09-10 20:35 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: Romain Naour, buildroot
Peter, All,
On 2024-09-10 09:07 +0200, Peter Korsgaard spake thusly:
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
> package/alure/alure.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/alure/alure.mk b/package/alure/alure.mk
> index f0eca8a2ee..8042081b28 100644
> --- a/package/alure/alure.mk
> +++ b/package/alure/alure.mk
> @@ -12,7 +12,7 @@ ALURE_INSTALL_STAGING = YES
>
> ALURE_DEPENDENCIES = openal
>
> -# Disabling alure examples remove the dependecies on physfs and dump libraries.
> +# Disabling alure examples remove the dependencies on physfs and dump libraries.
------------------------------------^
This is also a singular, not a plural, so I also fixed it.
Applied to master, thanks.
Regards,
Yann E. MORIN.
> # Enable at least one built-in decoder (wave).
> ALURE_CONF_OPTS = -DALURE_INSTALL=ON \
> -DALURE_BUILD_EXAMPLES=OFF \
> --
> 2.39.2
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 47+ messages in thread
* Re: [Buildroot] [PATCH 34/42] package/genpart: fix typos in patch description
2024-09-10 7:08 ` [Buildroot] [PATCH 34/42] package/genpart: fix typos in patch description Peter Korsgaard
@ 2024-09-10 20:46 ` Yann E. MORIN
0 siblings, 0 replies; 47+ messages in thread
From: Yann E. MORIN @ 2024-09-10 20:46 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: buildroot
Peter, All,
On 2024-09-10 09:08 +0200, Peter Korsgaard spake thusly:
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
> package/genpart/0001-fix-return-code.patch | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/genpart/0001-fix-return-code.patch b/package/genpart/0001-fix-return-code.patch
> index ec18c82f8c..55af0303a9 100644
> --- a/package/genpart/0001-fix-return-code.patch
> +++ b/package/genpart/0001-fix-return-code.patch
> @@ -1,7 +1,7 @@
> -genpart: return 0 if partition writen OK, with no do_magic
> +genpart: return 0 if partition written OK, with no do_magic
>
> If do_magic is false, we don't won't write the 0xaa55 magic.
----------------------------^^^^^-^^^^^
I also fixed that part when applying.
Applied to master, thanks.
Regards,
Yann E. MORIN.
> -However, if we succesfully wrote the partition entry, we still
> +However, if we successfully wrote the partition entry, we still
> want to return 0 to indicate success.
>
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> --
> 2.39.2
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 47+ messages in thread
* Re: [Buildroot] [PATCH 00/42] codespell spelling fixes A-H
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
` (41 preceding siblings ...)
2024-09-10 7:08 ` [Buildroot] [PATCH 42/42] package/hostapd: fix proprietary " Peter Korsgaard
@ 2024-09-10 20:52 ` Yann E. MORIN
42 siblings, 0 replies; 47+ messages in thread
From: Yann E. MORIN @ 2024-09-10 20:52 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: buildroot
Peter, All,
On 2024-09-10 09:07 +0200, Peter Korsgaard spake thusly:
> A collection of small typo fixes found by codespell
> (https://github.com/codespell-project/codespell/).
>
> I have skipped typo fixes for patches that are direct backports from
> upstream. Patches for the remaining packages will follow later, as the
> series is already very long.
Whole series applied to master, thanks.
I replied to the few patches where I did additional fixups.
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 47+ messages in thread
end of thread, other threads:[~2024-09-10 20:54 UTC | newest]
Thread overview: 47+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 01/42] docs/manual/adding-packages-asciidoc.adoc: fix resources typo in example Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 02/42] docs/manual/adding-packages-linux-kernel-spec-infra.adoc: fix information typo Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 03/42] docs/manual/adding-packages-meson.adoc: fix occurrences typo Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 04/42] docs/manual/customize-outside-br.adoc: fix 'or' typo Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 05/42] docs/manual/migrating.adoc: fix occurrence typo Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 06/42] docs/manual/migrating.adoc: fix accommodate typo Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 07/42] docs/manual/using-buildroot-toolchain.adoc: fix overridden typo Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 08/42] docs/website/copyright.txt: fix oboard typo Peter Korsgaard
2024-09-10 20:33 ` Yann E. MORIN
2024-09-10 7:07 ` [Buildroot] [PATCH 09/42] docs/website/news.html: fix information typo Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 10/42] package/alure: fix dependencies typo in comment Peter Korsgaard
2024-09-10 20:35 ` Yann E. MORIN
2024-09-10 7:07 ` [Buildroot] [PATCH 11/42] package/audit: fix deactivate typo Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 12/42] package/avahi: fix appropriate typo Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 13/42] package/bc: fix typos in patch descriptions Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 14/42] package/bcache-tools: fix compatibility typo Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 15/42] package/bcusdk: fix definition typo Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 16/42] package/boost: fix typos in help text Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 17/42] package/c-icap-modules: fix Additional typo Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 18/42] package/chocolate-doom: fix multiple typo Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 19/42] package/collectd: fix typos in help text / comment Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 20/42] package/dcron: fix opening typo Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 21/42] package/dmalloc: fix deactivate typo Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 22/42] package/dvblast: fix which typo Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 23/42] package/elftosb: fix typos in patch descriptions Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 24/42] package/erlang: fix inadvertently typo Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 25/42] package/exiv2: fix 'information see' typo Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 26/42] package/falcosecurity-libs: fix which typo Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 27/42] package/fbgrab: fix framebuffer typo in help text Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 28/42] package/fcgiwrap: fix explicitly typo Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 29/42] package/flex: fix typo in patch description Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 30/42] package/flutter-engine: fix typos in comments Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 31/42] package/flutter-pi: fix Raspberry typo Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 32/42] package/gcc: fix explicitly typo Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 33/42] package/gdb: fix program typo Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 34/42] package/genpart: fix typos in patch description Peter Korsgaard
2024-09-10 20:46 ` Yann E. MORIN
2024-09-10 7:08 ` [Buildroot] [PATCH 35/42] package/gerbera: fix guaranteed typo Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 36/42] package/go-src: fix variable typo in patch description Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 37/42] package/go: fix convenience typo Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 38/42] package/gobject-introspection: fix altogether typo in patch description Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 39/42] package/gtest: fix explanation typo Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 40/42] package/hddtemp: fix information typo in help text Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 41/42] package/heirloom-mailx: fix attachments " Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 42/42] package/hostapd: fix proprietary " Peter Korsgaard
2024-09-10 20:52 ` [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox