From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@buildroot.org
Subject: [Buildroot] [PATCH 04/17] support/misc/utils.mk: fix typos
Date: Fri, 20 Sep 2024 23:08:22 +0200 [thread overview]
Message-ID: <20240920210836.4093091-4-peter@korsgaard.com> (raw)
In-Reply-To: <20240920210836.4093091-1-peter@korsgaard.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
support/misc/utils.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/support/misc/utils.mk b/support/misc/utils.mk
index 4d0efcced0..5275006d6d 100644
--- a/support/misc/utils.mk
+++ b/support/misc/utils.mk
@@ -40,7 +40,7 @@ SHARP_SIGN := \#
# In other words, every letter is substituted one by one.
#
# The caseconvert-helper allows us to create this definition out of the
-# [FROM] and [TO] lists, so we don't need to write down every substition
+# [FROM] and [TO] lists, so we don't need to write down every substitution
# manually. The uses of $ and $$ quoting are chosen in order to do as
# much expansion as possible up-front.
#
@@ -131,7 +131,7 @@ QUOTE = '
# Once everything has been escaped, it is passed between single quotes
# (that's why the single-quotes are escaped they way they are, above,
# and why the dollar sign is not escaped) to printf(1). A trailing
-# newline is apended, too.
+# newline is appended, too.
#
# Note: leading or trailing spaces are *not* stripped.
#
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-09-20 21:08 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-20 21:08 [Buildroot] [PATCH 01/17] support/dependencies/dependencies.sh: fix 'mimic' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 02/17] support/kconfig: fix 'multiple' typo in patch description Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 03/17] support/misc/Buildroot.cmake: fix 'after all' typo Peter Korsgaard
2024-09-20 21:08 ` Peter Korsgaard [this message]
2024-09-20 21:08 ` [Buildroot] [PATCH 05/17] support/scripts/cve.py: fix 'useful' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 06/17] support/scripts/graph-build-time: fix 'auxiliary' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 07/17] support/scripts/pkg-stats: fix 'dictionary' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 08/17] support/testing/tests/init/test_systemd.py: fix 'on top' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 09/17] support/testing/tests/package/test_acpica.py: fix typos in comments Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 10/17] support/testing/tests/package/test_bash.py: fix 'running' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 11/17] support/testing/tests/package/test_compressor_base.py: fix 'extension' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 12/17] support/testing/tests/package/test_cryptsetup.py: fix 'encrypted' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 13/17] support/testing/tests/package/test_ddrescue.py: fix 'normally' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 14/17] support/testing/tests/package/test_iptables.py: fix 'OUTPUT' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 15/17] support/testing/tests/package/test_micropython.py: fix 'returned' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 16/17] support/testing/tests/package/test_mtools.py: fix 'unformatted' typo Peter Korsgaard
2024-09-20 21:08 ` [Buildroot] [PATCH 17/17] support/testing/tests/package/test_weston/overlay/etc/weston.ini: fix 'independent' typo Peter Korsgaard
2024-09-21 18:49 ` [Buildroot] [PATCH 01/17] support/dependencies/dependencies.sh: fix 'mimic' typo 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=20240920210836.4093091-4-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.