From: Markus Heidelberg Date: Fri, 12 Jun 2009 10:51:42 +0000 (+0200) Subject: send-email: fix a typo in a comment X-Git-Tag: v1.6.4-rc0~59^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a1b5b371994beb044053da22ec4a9607630a83a2;p=git.git send-email: fix a typo in a comment Signed-off-by: Markus Heidelberg Signed-off-by: Junio C Hamano --- diff --git a/git-send-email.perl b/git-send-email.perl index 16d12e082..4a77d445c 100755 --- 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