branch: externals/diff-hl
commit d9e34f7b8110b7f753c237d0d0b3f267f3ca4779
Merge: b7c357ee90 30743420f7
Author: Dmitry Gutov <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #200 from tarsiiformes/typos
Fix typos
---
README.md | 2 +-
diff-hl-show-hunk-posframe.el | 2 +-
diff-hl-show-hunk.el | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 249d1c7143..bce0b71aaa 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ The package also contains auxiliary modes:
it to any revision, see its docstring for details.
* `diff-hl-flydiff-mode` implements highlighting changes on the fly.
* `diff-hl-show-hunk-mouse-mode` makes fringe and margin react to
- mouse clicks to show the curresponding hunk. That's the alternative
+ mouse clicks to show the corresponding hunk. That's the alternative
to using `diff-hl-show-hunk` and friends.
Usage
diff --git a/diff-hl-show-hunk-posframe.el b/diff-hl-show-hunk-posframe.el
index 9254e1c7a0..735fcd5e88 100644
--- a/diff-hl-show-hunk-posframe.el
+++ b/diff-hl-show-hunk-posframe.el
@@ -230,7 +230,7 @@ The button calls an ACTION."
;; Make cursor visible (mainly for selecting text in posframe)
(setq cursor-type 'box)
- ;; Recenter arround point
+ ;; Recenter around point
(recenter)))
(select-frame-set-input-focus diff-hl-show-hunk--frame))
diff --git a/diff-hl-show-hunk.el b/diff-hl-show-hunk.el
index c3adcb539d..3e083f4cb5 100644
--- a/diff-hl-show-hunk.el
+++ b/diff-hl-show-hunk.el
@@ -372,7 +372,7 @@ The backend is determined by `diff-hl-show-hunk-function'."
(setq diff-hl-show-hunk--original-overlay nil)
- ;; Store begining and end of hunk overlay
+ ;; Store beginning and end of hunk overlay
(let ((overlay (diff-hl-hunk-overlay-at (point))))
(when overlay
(let ((start (overlay-start overlay))