aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2023-06-06 16:02:44 +0200
committerJonas Bernoulli <jonas@bernoul.li>2023-06-06 16:02:44 +0200
commit714fc59efbb5c0f28355895139c165a994403e31 (patch)
tree67f73c2a4a40172a4af207c22efd6a80eb5c6a13 /lisp
parent89d90d49f380b3e6e3d5989dc3c61ef2a91806d6 (diff)
magit-commit-reshelve: Fix docstring typo
Diffstat (limited to 'lisp')
-rw-r--r--lisp/magit-commit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/magit-commit.el b/lisp/magit-commit.el
index 3b6f226..d7c5aff 100644
--- a/lisp/magit-commit.el
+++ b/lisp/magit-commit.el
@@ -398,7 +398,7 @@ The current time is used as the initial minibuffer input and the
original author or committer date is available as the previous
history element.
-Both the author and the committer dates are changes, unless one
+Both the author and the committer dates are changed, unless one
of the following is true, in which case only the committer date
is updated:
- You are not the author of the commit that is being reshelved.