branch: elpa/magit
commit 62bd96960858dfcbd30869e36d845f085821d49d
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
git-commit-setup-font-lock: Fix comment
---
lisp/git-commit.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/git-commit.el b/lisp/git-commit.el
index baecd6cfb6b..c063fb19f66 100644
--- a/lisp/git-commit.el
+++ b/lisp/git-commit.el
@@ -1232,7 +1232,7 @@ Added to `font-lock-extend-region-functions'."
;; Font-Lock wants every submatch to succeed, so
;; also match the empty string. Avoid listing
;; remote branches and using `regexp-quote',
- ;; because in repositories have thousands of
+ ;; because in repositories that have thousands of
;; branches that would be very slow. See #4353.
(format "\\(\\(?:%s\\)\\|\\)\\([^']+\\)"
(string-join (magit-list-local-branch-names)