branch: elpa/git-commit commit 744818a3be01034a8577063e061e9b9e53ccf890 Author: Stefan Kangas <stefankan...@gmail.com> Commit: Jonas Bernoulli <jo...@bernoul.li>
Fix two typos --- lisp/magit-git.el | 2 +- lisp/magit-reset.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/magit-git.el b/lisp/magit-git.el index 6a14819f50..30e299239c 100644 --- a/lisp/magit-git.el +++ b/lisp/magit-git.el @@ -2041,7 +2041,7 @@ PATH has to be relative to the super-repository." ;; directory instead of the worktree, which isn't ;; what it is supposed to do and not what we want. ;; However, if the worktree has been removed, then - ;; we want to return it anway; instead of nil. + ;; we want to return it anyway; instead of nil. (setq path (or (magit-toplevel path) path)) (setq worktree (list path nil nil nil)) (push worktree worktrees))) diff --git a/lisp/magit-reset.el b/lisp/magit-reset.el index e201c3dd23..9c968154d4 100644 --- a/lisp/magit-reset.el +++ b/lisp/magit-reset.el @@ -1,4 +1,4 @@ -;;; magit-reset.el --- Reset fuctionality -*- lexical-binding:t -*- +;;; magit-reset.el --- Reset functionality -*- lexical-binding:t -*- ;; Copyright (C) 2008-2022 The Magit Project Contributors