All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/17] support/dependencies/dependencies.sh: fix 'mimic' typo
@ 2024-09-20 21:08 Peter Korsgaard
  2024-09-20 21:08 ` [Buildroot] [PATCH 02/17] support/kconfig: fix 'multiple' typo in patch description Peter Korsgaard
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: Peter Korsgaard @ 2024-09-20 21:08 UTC (permalink / raw)
  To: buildroot

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

diff --git a/support/dependencies/dependencies.sh b/support/dependencies/dependencies.sh
index 6d5fc36037..fb0defd0c9 100755
--- a/support/dependencies/dependencies.sh
+++ b/support/dependencies/dependencies.sh
@@ -143,7 +143,7 @@ fi
 
 # Check bash
 # We only check bash is available, setting SHELL appropriately is done
-# in the top-level Makefile, and we mimick the same sequence here
+# in the top-level Makefile, and we mimic the same sequence here
 if   [ -n "${BASH}" ]; then :
 elif [ -x /bin/bash ]; then :
 elif [ -z "$( sh -c 'echo $BASH' )" ]; then
-- 
2.39.2

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

^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2024-09-21 18:49 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [Buildroot] [PATCH 04/17] support/misc/utils.mk: fix typos Peter Korsgaard
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

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.