All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@buildroot.org
Subject: [Buildroot] [PATCH 09/20] package/make: fix accidentally typo
Date: Sat, 14 Sep 2024 14:43:26 +0200	[thread overview]
Message-ID: <20240914124337.1200461-9-peter@korsgaard.com> (raw)
In-Reply-To: <20240914124337.1200461-1-peter@korsgaard.com>

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/make/make.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/make/make.mk b/package/make/make.mk
index e194e15873..1d1a976eb4 100644
--- a/package/make/make.mk
+++ b/package/make/make.mk
@@ -23,7 +23,7 @@ HOST_MAKE_DEPENDENCIES = host-pkgconf
 HOST_MAKE_CONF_OPTS = --without-guile
 
 # Configure host-make binary to be 'host-make' to ensure it isn't
-# accidently used by packages when they invoke recursive / sub-make.
+# accidentally used by packages when they invoke recursive / sub-make.
 HOST_MAKE_CONF_OPTS += --program-prefix=host-
 
 $(eval $(autotools-package))
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2024-09-14 12:44 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-14 12:43 [Buildroot] [PATCH 01/20] package/linux-firmware: fix typo in Config.in prompt Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 02/20] package/linux-fusion: fix version typo in patch description Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 03/20] package/linux-zigbee: fix these " Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 04/20] package/lldpd: fix typo in help text Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 05/20] package/lmbench: fix 'timing out' typo in patch description Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 06/20] package/lua-augeaus: fix assignment typo Peter Korsgaard
2024-09-14 13:51   ` Herve Codina via buildroot
2024-09-14 12:43 ` [Buildroot] [PATCH 07/20] package/luabitop: fix typo in hash comment Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 08/20] package/madplay: fix typos in comments Peter Korsgaard
2024-09-14 12:43 ` Peter Korsgaard [this message]
2024-09-14 12:43 ` [Buildroot] [PATCH 10/20] package/makedevs/makedevs.c: fix typos Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 11/20] package/minizip: fix typo in help text Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 12/20] package/mpg123: fix deactivate typo Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 13/20] package/mrouted: fix typos Peter Korsgaard
2024-09-14 12:57   ` Federico Pellegrin
2024-09-14 13:22     ` Yann E. MORIN
2024-09-14 12:43 ` [Buildroot] [PATCH 14/20] package/musepack: fix occurring typo in patch description Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 15/20] package/net-tools: fix appropriate typo Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 16/20] package/nginx-modsecurity: fix locally typo in hash comment Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 17/20] package/nginx: fix symmetric typo Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 18/20] package/nload: fix transferred typo in help text Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 19/20] package/nodejs-src: fix convenient typo in patch description Peter Korsgaard
2024-09-14 12:43 ` [Buildroot] [PATCH 20/20] package/nvidia-driver: fix targeting " Peter Korsgaard
2024-09-14 14:00 ` [Buildroot] [PATCH 01/20] package/linux-firmware: fix typo in Config.in prompt 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=20240914124337.1200461-9-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.