From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@buildroot.org
Subject: [Buildroot] [PATCH 01/42] docs/manual/adding-packages-asciidoc.adoc: fix resources typo in example
Date: Tue, 10 Sep 2024 09:07:41 +0200 [thread overview]
Message-ID: <20240910070823.4158894-2-peter@korsgaard.com> (raw)
In-Reply-To: <20240910070823.4158894-1-peter@korsgaard.com>
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
next prev parent reply other threads:[~2024-09-10 7:09 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
2024-09-10 7:07 ` Peter Korsgaard [this message]
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-2-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