Skip to content

Commit 2be7fcb

Browse files
Dave Watsongitster
authored andcommitted
Fix misspelling of 'suppress' in docs
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 257a84d commit 2be7fcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/git-checkout.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ working tree.
3535
OPTIONS
3636
-------
3737
-q::
38-
Quiet, supress feedback messages.
38+
Quiet, suppress feedback messages.
3939

4040
-f::
4141
Proceed even if the index or the working tree differs

Documentation/git-send-email.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The --cc option must be repeated for each user you want on the cc list.
8888
If this is set, do not add the From: address to the cc: list, if it
8989
shows up in a From: line.
9090
Default is the value of 'sendemail.suppressfrom' configuration value;
91-
if that is unspecified, default to --no-supress-from.
91+
if that is unspecified, default to --no-suppress-from.
9292

9393
--thread, --no-thread::
9494
If this is set, the In-Reply-To header will be set on each email sent.

0 commit comments

Comments
 (0)