branch: elpa/magit
commit 6f724e51b4ca9379ab3b3f68f75f941c374ef629
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
changelog: Fix typo
---
docs/RelNotes/2.11.0.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/RelNotes/2.11.0.txt b/docs/RelNotes/2.11.0.txt
index 84401299621..5ceb776c4cc 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