branch: elpa/isl
commit 27b4ae903d31a709a26182f2bf7ff1055c648224
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Fix typo
---
isearch-light.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/isearch-light.el b/isearch-light.el
index 4f67bc7b15b..dda79f67134 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -165,7 +165,7 @@
#'re-search-forward))
(let* ((style (cl-case isl-search-function
(re-search-forward "Regex")
- (search-forward "Litteral")))
+ (search-forward "Literal")))
(mode-line-format (format " Switching to %s searching" style)))
(force-mode-line-update)
(sit-for 1))
@@ -213,7 +213,7 @@
(defun isl--setup-mode-line ()
(let ((style (cl-case isl-search-function
(re-search-forward "Regex")
- (search-forward "Litteral")))
+ (search-forward "Literal")))
(position (with-current-buffer isl-current-buffer
(if (> (point) isl-initial-pos)
isl-down-position-string