diff options
author | Elijah Newren <newren@gmail.com> | 2018-04-05 19:20:26 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-04-09 07:15:02 +0200 |
commit | c30d4f1b84458f61a3d02d396aae8409bf4a9be0 (patch) | |
tree | 8e6c8d29969ad31f22be69d5130e1917eeba4b68 /Documentation/git-send-email.txt | |
parent | Git 2.16.3 (diff) | |
download | git-c30d4f1b84458f61a3d02d396aae8409bf4a9be0.tar.xz git-c30d4f1b84458f61a3d02d396aae8409bf4a9be0.zip |
Documentation: fix several one-character-off spelling errors
Signed-off-by: Elijah Newren <newren@gmail.com>
Reviewed-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-send-email.txt')
-rw-r--r-- | Documentation/git-send-email.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index 8060ea35c5..861ac13d20 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -250,7 +250,7 @@ must be used for each option. --batch-size=<num>:: Some email servers (e.g. smtp.163.com) limit the number emails to be - sent per session (connection) and this will lead to a faliure when + sent per session (connection) and this will lead to a failure when sending many messages. With this option, send-email will disconnect after sending $<num> messages and wait for a few seconds (see --relogin-delay) and reconnect, to work around such a limit. You may want to |