diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-17 01:09:20 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-17 01:09:20 -0800 |
commit | 4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3 (patch) | |
tree | 04a24b4e53c431ec3deb9281a0454ede7ace7337 /lisp/cedet/srecode/insert.el | |
parent | b6e63cbebdac53be5ba3ce9261d7edc8dfda8bf5 (diff) | |
download | emacs-4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3.tar.gz emacs-4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3.tar.bz2 emacs-4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3.zip |
Spelling fixes.
Diffstat (limited to 'lisp/cedet/srecode/insert.el')
-rw-r--r-- | lisp/cedet/srecode/insert.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/srecode/insert.el b/lisp/cedet/srecode/insert.el index cccfe099e74..9fbfc5dc042 100644 --- a/lisp/cedet/srecode/insert.el +++ b/lisp/cedet/srecode/insert.el @@ -936,7 +936,7 @@ with the dictionaries found in the dictionary." (if (srecode-dictionary-lookup-name dictionary (oref sti :object-name)) ;; If we have a value, then call the next method (srecode-insert-method-helper sti dictionary 'includedtemplate) - ;; If we don't have a special dictitonary, then just insert with the + ;; If we don't have a special dictionary, then just insert with the ;; current dictionary. (srecode-insert-subtemplate sti dictionary 'includedtemplate)) ) |