All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: fix typo
@ 2025-02-17 13:08 Matěj Cepl
  2025-02-18  6:46 ` Patrick Steinhardt
  0 siblings, 1 reply; 6+ messages in thread
From: Matěj Cepl @ 2025-02-17 13:08 UTC (permalink / raw)
  To: git; +Cc: Matěj Cepl

I don’t think there is an option --signed-off-cc (without -by)
for git send-email.

Signed-off-by: Matěj Cepl <mcepl@cepl.eu>
---
 Documentation/git-send-email.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
index bc3ef45acb..d762058907 100644
--- a/Documentation/git-send-email.txt
+++ b/Documentation/git-send-email.txt
@@ -389,7 +389,7 @@ Automating
 +
 Default is the value of `sendemail.suppressCc` configuration value; if
 that is unspecified, default to 'self' if --suppress-from is
-specified, as well as 'body' if --no-signed-off-cc is specified.
+specified, as well as 'body' if --no-signed-off-by-cc is specified.
 
 --[no-]suppress-from::
 	If this is set, do not add the From: address to the cc: list.
-- 
2.48.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [PATCH] doc: fix typo
@ 2025-04-24  9:14 Aristo Chen
  2025-04-24  9:16 ` Quentin Schulz
  0 siblings, 1 reply; 6+ messages in thread
From: Aristo Chen @ 2025-04-24  9:14 UTC (permalink / raw)
  To: u-boot; +Cc: aristo.chen, tobias, trini, quentin.schulz, k.kurematsu

Fix typo from "to" to "do"

Signed-off-by: Aristo Chen <aristo.chen@canonical.com>
---
 doc/usage/blkmap.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/usage/blkmap.rst b/doc/usage/blkmap.rst
index 75f736c259f..4e9091e8ffa 100644
--- a/doc/usage/blkmap.rst
+++ b/doc/usage/blkmap.rst
@@ -39,7 +39,7 @@ network. Getting the image to the target is easy enough:
 
    dhcp ${ramdisk_addr_r} rootfs.ext4
 
-But now we are faced with a predicament: how to we extract the kernel
+But now we are faced with a predicament: how do we extract the kernel
 image? Block maps to the rescue!
 
 We start by creating a new device:
-- 
2.34.1


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

end of thread, other threads:[~2025-04-24 12:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-17 13:08 [PATCH] doc: fix typo Matěj Cepl
2025-02-18  6:46 ` Patrick Steinhardt
2025-02-18 18:51   ` Junio C Hamano
2025-02-19  8:06     ` Matěj Cepl
  -- strict thread matches above, loose matches on Subject: below --
2025-04-24  9:14 Aristo Chen
2025-04-24  9:16 ` Quentin Schulz

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.