diff mbox series

doc: Correct git send-email spelling

Message ID 20221013055913.29058-1-akihiko.odaki@daynix.com
State Accepted
Headers show
Series doc: Correct git send-email spelling | expand

Commit Message

Akihiko Odaki Oct. 13, 2022, 5:59 a.m. UTC
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
---
 doc/c-test-tutorial-simple.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Petr Vorel Oct. 13, 2022, 12:10 p.m. UTC | #1
Hi Akihiko,

thanks, merged!

Kind regards,
Petr
diff mbox series

Patch

diff --git a/doc/c-test-tutorial-simple.txt b/doc/c-test-tutorial-simple.txt
index 867c26532..9321d537d 100644
--- a/doc/c-test-tutorial-simple.txt
+++ b/doc/c-test-tutorial-simple.txt
@@ -271,7 +271,7 @@  the below
 --------------------------------------------------------------------------------
 
 Obviously you need to at least change your name and e-mail. The SMTP server is
-useful for +git send-mail+, which we will discuss later. The editor value is
+useful for +git send-email+, which we will discuss later. The editor value is
 used for things like writing commits (without the +-m+ option).
 
 [source,shell]