branch: externals/ivy-hydra
commit ee2a537e59ed42ac68ca0c8948d0e7aa0e6bc26f
Author: Jonas Bernoulli <[email protected]>
Commit: Basil L. Contovounesios <[email protected]>
* counsel.el (counsel-mark--get-evil-candidates): Fix typo
Fixes #2525
---
counsel.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/counsel.el b/counsel.el
index 5e7f255..25c0d4b 100644
--- a/counsel.el
+++ b/counsel.el
@@ -4052,7 +4052,7 @@ register tied to a mark in the message string."
(cl-remove-if-not
(lambda (x) (not (member (car x)
counsel-evil-marks-exclude-registers)))
all-markers)))
- ;; seperate the markers from the evil registers
+ ;; separate the markers from the evil registers
;; for call to `counsel-mark--get-candidates'
(registers (mapcar #'car all-markers))
(markers (mapcar #'cdr all-markers))