aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-worktree.txt
diff options
context:
space:
mode:
authorAlexander Blesius <alexander+git@blesius.eu>2019-03-16 11:34:39 +0100
committerJunio C Hamano <gitster@pobox.com>2019-03-18 14:45:21 +0900
commited31851fa640a0c23a3d6ead07af5155417aeb4e (patch)
tree256f68d2d629614fd4a80f3e450562a398a04e31 /Documentation/git-worktree.txt
parentaeb582a98374c094361cba1bd756dc6307432c42 (diff)
downloadgit-ed31851fa640a0c23a3d6ead07af5155417aeb4e.tar.gz
doc: fix typos in man pages
Signed-off-by: Alexander Blesius <alexander+git@blesius.eu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-worktree.txt')
-rw-r--r--Documentation/git-worktree.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-worktree.txt b/Documentation/git-worktree.txt
index cb86318f3e..85d92c9761 100644
--- a/Documentation/git-worktree.txt
+++ b/Documentation/git-worktree.txt
@@ -213,7 +213,7 @@ refs of one working tree from another.
In general, all pseudo refs are per working tree and all refs starting
with "refs/" are shared. Pseudo refs are ones like HEAD which are
-directly under GIT_DIR instead of inside GIT_DIR/refs. There are one
+directly under GIT_DIR instead of inside GIT_DIR/refs. There is one
exception to this: refs inside refs/bisect and refs/worktree is not
shared.