diff options
author | Markus Heidelberg <markus.heidelberg@web.de> | 2009-06-12 12:51:42 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-06-12 09:22:17 -0700 |
commit | a1b5b371994beb044053da22ec4a9607630a83a2 (patch) | |
tree | 55c0c22cf53f266435a921cc03c80675b63f9ffa /git-send-email.perl | |
parent | f74fe34b96816bad1f568202ec51ef18ae7513b3 (diff) | |
download | git-a1b5b371994beb044053da22ec4a9607630a83a2.tar.gz |
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>
Diffstat (limited to 'git-send-email.perl')
-rwxr-xr-x | git-send-email.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-send-email.perl b/git-send-email.perl index 16d12e082b..4a77d445cd 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 |