diff options
author | Jeff King <peff@peff.net> | 2017-08-20 05:46:57 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-08-20 10:07:06 -0700 |
commit | 4e36907fa3f8f6d45d54373a0e49638486117d10 (patch) | |
tree | 834158225147987130d1343be3b658781de3289b | |
parent | Git 2.12.4 (diff) | |
download | tgif-4e36907fa3f8f6d45d54373a0e49638486117d10.tar.xz |
doc: fix typo in sendemail.identity
Saying "the this" is an obvious typo. But while we're here,
let's polish the English on the second half of the sentence,
too.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/config.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index e43d147825..e40a1083ca 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -2797,8 +2797,8 @@ sendemail.smtpsslcertpath:: sendemail.<identity>.*:: Identity-specific versions of the 'sendemail.*' parameters - found below, taking precedence over those when the this - identity is selected, through command-line or + found below, taking precedence over those when this + identity is selected, through either the command-line or `sendemail.identity`. sendemail.aliasesFile:: |