branch: elpa/magit
commit d83ad5555e575465602f692a22d1cfcc17439876
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Fix typo in comment
---
lisp/magit-blame.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/magit-blame.el b/lisp/magit-blame.el
index bdcccb5db2e..af960d4186f 100644
--- a/lisp/magit-blame.el
+++ b/lisp/magit-blame.el
@@ -652,7 +652,7 @@ modes is toggled, then this mode also gets toggled
automatically.
;; Special case of the special case described in
;; `magit-blame--make-margin-overlay'. For empty
;; lines it is not possible to show both overlays
- ;; without the line being to high.
+ ;; without the line being too high.
(not (= (point) (line-end-position)))))
magit-blame-separator))))