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

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

[nongnu] elpa/git-commit 744818a3be 2/2: Fix two typos


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 744818a3be 2/2: Fix two typos
Date: Sun, 20 Nov 2022 08:58:50 -0500 (EST)

branch: elpa/git-commit
commit 744818a3be01034a8577063e061e9b9e53ccf890
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Jonas Bernoulli <jonas@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
 



reply via email to

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