]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/srecode/insert.el
Spelling fixes.
[gnu-emacs] / lisp / cedet / srecode / insert.el
index 9fbfc5dc042696175ad286ec23617d477fb6f321..60f277b2c9f76d3f282453a47237966c86874da7 100644 (file)
@@ -946,7 +946,7 @@ with the dictionaries found in the dictionary."
 ;; It will first insert the included template, then insert the embedded
 ;; template wherever the $^$ in the included template was.
 ;;
-;; Since it uses dual inheretance, it will magically get the end-matching
+;; Since it uses dual inheritance, it will magically get the end-matching
 ;; behavior of #, with the including feature of >.
 ;;
 (defclass srecode-template-inserter-include-wrap (srecode-template-inserter-include srecode-template-inserter-section-start)