aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2025-05-11 22:33:30 +0200
committerJonas Bernoulli <jonas@bernoul.li>2025-05-11 22:33:30 +0200
commita6b968f82f0d68890d5299a4193cfbdaadf62a16 (patch)
tree8852a9be1a6dfc1ff8d287f6cffcffac5e1d892a /CHANGELOG
parent5876192dc6e048ba2ad5576e7a4789e22beb9877 (diff)
Fix typo
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8c1f7c0..52ec379 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -42,7 +42,7 @@ Also contains code and documentation cleanups and improvements.
no longer displayed in the ~magit-log~ menu by default. c8b1e12bd5
- Renamed ~magit-merge-into~ to ~magit-merge-dissolve~ and changed the
- key binding in the ~magit-merge~ menu from ~i~ to ~d~. The descripton
+ key binding in the ~magit-merge~ menu from ~i~ to ~d~. The description
in that menu already was "dissolve". Do this to make it more
obvious that this command deletes the source branch after it has
been merged into the target branch. #4386