Browse Source

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
Markus Heidelberg 16 years ago committed by Junio C Hamano
parent
commit
a1b5b37199
  1. 2
      git-send-email.perl

2
git-send-email.perl

@ -812,7 +812,7 @@ sub sanitize_address @@ -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

Loading…
Cancel
Save