]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-worktree.txt: fix typo in example path
authorAndrei Rybak <rybak.a.v@gmail.com>
Fri, 25 Jun 2021 19:38:51 +0000 (21:38 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Jun 2021 17:05:15 +0000 (10:05 -0700)
Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-worktree.txt

index f1bb1fa5f5acbeb4b644a6822ae8219520b9584f..66e67e6cbfaa7d3e37a8425cf7548c2477d18550 100644 (file)
@@ -387,7 +387,7 @@ These annotations are:
 ------------
 $ git worktree list
 /path/to/linked-worktree    abcd1234 [master]
-/path/to/locked-worktreee   acbd5678 (brancha) locked
+/path/to/locked-worktree    acbd5678 (brancha) locked
 /path/to/prunable-worktree  5678abc  (detached HEAD) prunable
 ------------