summaryrefslogtreecommitdiff
path: root/lisp/cedet/srecode/compile.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-10-01 03:08:03 +0000
committerGlenn Morris <rgm@gnu.org>2009-10-01 03:08:03 +0000
commit2f10955c5892c948fdc35de5e02861a0548e0ddc (patch)
tree02f43e212b42ee33f874dfa3c77df40926f3078a /lisp/cedet/srecode/compile.el
parent9ffe3f52feebf9098f98c028e4dfeab3e4b44f92 (diff)
downloademacs-2f10955c5892c948fdc35de5e02861a0548e0ddc.tar.gz
emacs-2f10955c5892c948fdc35de5e02861a0548e0ddc.tar.bz2
emacs-2f10955c5892c948fdc35de5e02861a0548e0ddc.zip
Doc/message fixes.
Diffstat (limited to 'lisp/cedet/srecode/compile.el')
-rw-r--r--lisp/cedet/srecode/compile.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/srecode/compile.el b/lisp/cedet/srecode/compile.el
index 85baaeede5a..cdcfee94de1 100644
--- a/lisp/cedet/srecode/compile.el
+++ b/lisp/cedet/srecode/compile.el
@@ -25,7 +25,7 @@
;; Compile a Semantic Recoder template file.
;;
;; Template files are parsed using a Semantic/Wisent parser into
-;; a tag table. The code therin is then further parsed down using
+;; a tag table. The code therein is then further parsed down using
;; a regular expression parser.
;;
;; The output are a series of EIEIO objects which represent the
@@ -85,7 +85,7 @@ for push, pop, and peek for the active template.")
(defun srecode-flush-active-templates ()
"Flush the active template storage.
-Useful if something goes wrong in SRecode, and the active tempalte
+Useful if something goes wrong in SRecode, and the active template
stack is broken."
(interactive)
(if (oref srecode-template active)