emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/diff-hl 30743420f7 1/2: Fix typos


From: ELPA Syncer
Subject: [elpa] externals/diff-hl 30743420f7 1/2: Fix typos
Date: Thu, 13 Jul 2023 21:57:47 -0400 (EDT)

branch: externals/diff-hl
commit 30743420f7ba6c243f27e306396cd7cdbeb9e826
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]