aboutsummaryrefslogtreecommitdiff
path: root/docs/RelNotes
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2025-02-23 23:14:41 +0100
committerJonas Bernoulli <jonas@bernoul.li>2025-02-23 23:14:41 +0100
commit6f724e51b4ca9379ab3b3f68f75f941c374ef629 (patch)
tree64c8b6a00c61cb46d8c0af189c80be760c3566b1 /docs/RelNotes
parentdee732651aefc0e8bb4db97dcf0a37b703bff003 (diff)
changelog: Fix typo
Diffstat (limited to 'docs/RelNotes')
-rw-r--r--docs/RelNotes/2.11.0.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/RelNotes/2.11.0.txt b/docs/RelNotes/2.11.0.txt
index 8440129..5ceb776 100644
--- a/docs/RelNotes/2.11.0.txt
+++ b/docs/RelNotes/2.11.0.txt
@@ -127,7 +127,7 @@ Fixes since v2.10.3
already being held. This happened because VC asynchronously checks
for files with conflict, which involved using a git command that
grabs the lock. Magit now redefines that VC command to use a git
- command that does not grab the lock. #2708, debbug#21559
+ command that does not grab the lock. #2708, debbugs#21559
* Adding an untracked subdirectory as a submodule failed if a remote
was not configured for the subdirectory repository. #3047