git-worktree.txt: fix typo "to"/"two", and add comma

Signed-off-by: Ben North <ben@redfrontdoor.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Ben North committed Nov 12, 2016 at 08:55 UTC 2b090822e8d4d2002499bb0fb02a611bb2c775a9
1 file changed +1 -1
Documentation/git-worktree.txt
+1 -1
@@ -132,7 +132,7 @@ OPTIONS
132 +
133 If the last path components in the working tree's path is unique among
134 working trees, it can be used to identify worktrees. For example if
135 -you only have to working trees at "/abc/def/ghi" and "/abc/def/ggg",
135 +you only have two working trees, at "/abc/def/ghi" and "/abc/def/ggg",
136 then "ghi" or "def/ghi" is enough to point to the former working tree.
137
138 DETAILS