]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-worktree.txt: fix typo "to"/"two", and add comma
authorBen North <ben@redfrontdoor.org>
Sat, 12 Nov 2016 08:55:16 +0000 (08:55 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Nov 2016 01:56:56 +0000 (17:56 -0800)
Signed-off-by: Ben North <ben@redfrontdoor.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-worktree.txt

index 7850deedf7fc57f17060dab6e5b89bd49ee74ce6..cb263733ddfbaa30ccfb147da51917a9eb55b8fa 100644 (file)
@@ -132,7 +132,7 @@ OPTIONS
 +
 If the last path components in the working tree's path is unique among
 working trees, it can be used to identify worktrees. For example if
-you only have to working trees at "/abc/def/ghi" and "/abc/def/ggg",
+you only have two working trees, at "/abc/def/ghi" and "/abc/def/ggg",
 then "ghi" or "def/ghi" is enough to point to the former working tree.
 
 DETAILS