All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/6] utils/config: fix don't typo
@ 2024-09-20 15:59 Peter Korsgaard
  2024-09-20 15:59 ` [Buildroot] [PATCH 2/6] utils/docker-run: fix symmetry typo Peter Korsgaard
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Peter Korsgaard @ 2024-09-20 15:59 UTC (permalink / raw)
  To: buildroot; +Cc: Marcus Folkesson

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

diff --git a/utils/config b/utils/config
index 5f5e4362e5..dfaaf46cd7 100755
--- a/utils/config
+++ b/utils/config
@@ -30,7 +30,7 @@ commands:
 
 options:
 	--file config-file   .config file to change (default .config)
-	--keep-case|-k       Keep next symbols' case (dont' upper-case it)
+	--keep-case|-k       Keep next symbols' case (don't upper-case it)
 	--package|-p         Operate on package (set prefix to BR2_PACKAGE_)
 
 $myname doesn't check the validity of the .config file. This is done at next
-- 
2.39.2

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

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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-20 15:59 [Buildroot] [PATCH 1/6] utils/config: fix don't typo Peter Korsgaard
2024-09-20 15:59 ` [Buildroot] [PATCH 2/6] utils/docker-run: fix symmetry typo Peter Korsgaard
2024-09-20 15:59 ` [Buildroot] [PATCH 3/6] utils/getdeveloperlib.py: fix retrieve typo Peter Korsgaard
2024-09-20 15:59 ` [Buildroot] [PATCH 4/6] utils/readme.txt: fix 'typos' typo Peter Korsgaard
2024-09-20 15:59 ` [Buildroot] [PATCH 5/6] utils/scanpypi: fix typos Peter Korsgaard
2024-09-21 18:48   ` Yann E. MORIN
2024-09-20 15:59 ` [Buildroot] [PATCH 6/6] utils/update-rust: fix 'following' typo Peter Korsgaard
2024-09-21  7:00 ` [Buildroot] [PATCH 1/6] utils/config: fix don't typo Marcus Folkesson
2024-09-21 18:48 ` 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.