From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@buildroot.org
Subject: [Buildroot] [PATCH 00/42] codespell spelling fixes A-H
Date: Tue, 10 Sep 2024 09:07:40 +0200 [thread overview]
Message-ID: <20240910070823.4158894-1-peter@korsgaard.com> (raw)
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
next reply other threads:[~2024-09-10 7:08 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-10 7:07 Peter Korsgaard [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240910070823.4158894-1-peter@korsgaard.com \
--to=peter@korsgaard.com \
--cc=buildroot@buildroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox