aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-checkout.txt
diff options
context:
space:
mode:
authorEvan Zacks <zackse@gmail.com>2017-09-12 15:58:39 -0700
committerJunio C Hamano <gitster@pobox.com>2017-09-14 15:09:02 +0900
commitbe94568bc7edf3ae4baf7542c216df3d6996373c (patch)
tree525eccd87e5b8d6ed9f120cf8df387405d78bda6 /Documentation/git-checkout.txt
parent94c9fd268d4287f6fbfef84793288479905a7e48 (diff)
downloadgit-be94568bc7edf3ae4baf7542c216df3d6996373c.tar.gz
doc: fix minor typos (extra/duplicated words)
Following are several fixes for duplicated words ("of of") and one case where an extra article ("a") slipped in. Signed-off-by: Evan Zacks <zackse@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-checkout.txt')
-rw-r--r--Documentation/git-checkout.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkout.txt
index d6399c0af8..bd268a8fcc 100644
--- a/Documentation/git-checkout.txt
+++ b/Documentation/git-checkout.txt
@@ -38,7 +38,7 @@ $ git checkout -b <branch> --track <remote>/<branch>
------------
+
You could omit <branch>, in which case the command degenerates to
-"check out the current branch", which is a glorified no-op with a
+"check out the current branch", which is a glorified no-op with
rather expensive side-effects to show only the tracking information,
if exists, for the current branch.