summaryrefslogtreecommitdiff
path: root/lisp/cedet/srecode/extract.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cedet/srecode/extract.el')
-rw-r--r--lisp/cedet/srecode/extract.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/srecode/extract.el b/lisp/cedet/srecode/extract.el
index c65452bf133..9d098416076 100644
--- a/lisp/cedet/srecode/extract.el
+++ b/lisp/cedet/srecode/extract.el
@@ -56,7 +56,7 @@
"The current extraction state.")
(defmethod srecode-extract-state-set ((st srecode-extract-state) ins dict)
- "Set onto the extract state ST a new inserter INS and dictinary DICT."
+ "Set onto the extract state ST a new inserter INS and dictionary DICT."
(oset st lastinserter ins)
(oset st lastdict dict))
@@ -98,7 +98,7 @@ the dictionary entries were for that block of text."
state)
"Extract template ST and store extracted text in DICTIONARY.
Optional STARTRETURN is a symbol in which the start of the first
-plain-text match occured."
+plain-text match occurred."
(srecode-extract-code-stream (oref st code) dictionary state))
(defun srecode-extract-code-stream (code dictionary state)