send-email: fix a typo in a comment
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
f74fe34b96
commit
a1b5b37199
|
|
@ -812,7 +812,7 @@ sub sanitize_address
|
||||||
}
|
}
|
||||||
|
|
||||||
# Returns 1 if the message was sent, and 0 otherwise.
|
# 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.
|
# is an error sending a message.
|
||||||
|
|
||||||
sub send_message
|
sub send_message
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue