projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f74fe34
)
send-email: fix a typo in a comment
author
Markus Heidelberg
<markus.heidelberg@web.de>
Fri, 12 Jun 2009 10:51:42 +0000
(12:51 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 12 Jun 2009 16:22:17 +0000
(09:22 -0700)
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl
patch
|
blob
|
history
diff --git
a/git-send-email.perl
b/git-send-email.perl
index 16d12e082b0a3baf361440739d77fc5664497e4e..4a77d445cd5e7c8ffe894da429b7e63ed7aabe8f 100755
(executable)
--- a/
git-send-email.perl
+++ b/
git-send-email.perl
@@
-812,7
+812,7
@@
sub sanitize_address
}
# Returns 1 if the message was sent, and 0 otherwise.
-# In actuality, the whole program dies when
a
there
+# In actuality, the whole program dies when there
# is an error sending a message.
sub send_message