aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2023-09-08 15:03:16 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2023-09-08 17:22:17 +0200
commitcd60f445f3387748f967e2b7482ea236a8e5c9b9 (patch)
tree84d6c04b45bc8474ff347d866ebb057c1cfd7dfc
parente60246afc8d77f3c9e89410612b477679858cf58 (diff)
Typo in docstring for string-search
-rw-r--r--compat-28.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat-28.el b/compat-28.el
index f878538..f9719f3 100644
--- a/compat-28.el
+++ b/compat-28.el
@@ -34,7 +34,7 @@
;; FIXME Should handle multibyte regular expressions
(compat-defun string-search (needle haystack &optional start-pos) ;; <compat-tests:string-search>
- "Search for the string NEEDLE in the strign HAYSTACK.
+ "Search for the string NEEDLE in the string HAYSTACK.
The return value is the position of the first occurrence of
NEEDLE in HAYSTACK, or nil if no match was found.