From: Andrei Rybak Date: Fri, 25 Jun 2021 19:38:51 +0000 (+0200) Subject: git-worktree.txt: fix typo in example path X-Git-Tag: v2.33.0-rc0~84^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98c7656a18b032b92180c945484a51a15502821d;p=thirdparty%2Fgit.git git-worktree.txt: fix typo in example path Signed-off-by: Andrei Rybak Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-worktree.txt b/Documentation/git-worktree.txt index f1bb1fa5f5..66e67e6cbf 100644 --- a/Documentation/git-worktree.txt +++ b/Documentation/git-worktree.txt @@ -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 ------------