emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-commit 877c389 3/3: magit-list-worktrees: Fix comment


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 877c389 3/3: magit-list-worktrees: Fix comment typo
Date: Sat, 20 Nov 2021 16:57:34 -0500 (EST)

branch: elpa/git-commit
commit 877c389ca0161959081fa2c77045ce1ae9463be4
Author: Kyle Meyer <kyle@kyleam.com>
Commit: Kyle Meyer <kyle@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

[Prev in Thread] Current Thread [Next in Thread]