branch: elpa/git-commit
commit 877c389ca0161959081fa2c77045ce1ae9463be4
Author: Kyle Meyer <k...@kyleam.com>
Commit: Kyle Meyer <k...@kyleam.com>

    magit-list-worktrees: Fix comment typo
---
 lisp/magit-git.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit-git.el b/lisp/magit-git.el
index 6625183..dba75b6 100644
--- a/lisp/magit-git.el
+++ b/lisp/magit-git.el
@@ -1836,7 +1836,7 @@ PATH has to be relative to the super-repository."
                ;; If the git directory is separate from the main
                ;; worktree, then "git worktree" returns the git
                ;; directory instead of the worktree, which isn't
-               ;; what it is supposed to do and now what we want.
+               ;; what it is supposed to do and not what we want.
                (setq path (magit-toplevel path))
                (setq worktree (list path nil nil nil))
                (push worktree worktrees)))

Reply via email to