diff options
Diffstat (limited to 'third_party/git/git-send-email.perl')
-rwxr-xr-x | third_party/git/git-send-email.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/git/git-send-email.perl b/third_party/git/git-send-email.perl index dc95656f75c1..5f92c89c1c1b 100755 --- a/third_party/git/git-send-email.perl +++ b/third_party/git/git-send-email.perl @@ -1228,7 +1228,7 @@ sub process_address_list { # domain name that corresponds the IP address in the HELO/EHLO # handshake. This is used to verify the connection and prevent # spammers from trying to hide their identity. If the DNS and IP don't -# match, the receiving MTA may deny the connection. +# match, the receiveing MTA may deny the connection. # # Here is a deny example of Net::SMTP with the default "localhost.localdomain" # |