]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/srecode/fields.el
Spelling fixes.
[gnu-emacs] / lisp / cedet / srecode / fields.el
index 088781cfb534d573b4c0edf89ec34b9f8b4e9755..d7ca84c1f975578faf273ad1583ac0fdc05a18d9 100644 (file)
@@ -101,7 +101,7 @@ Has virtual :start and :end initializers.")
            ))
 
     ;; Create a temporary overlay now.  We have to use an overlay and
-    ;; not a marker becaues of the in-front insertion rules.  The rules
+    ;; not a marker because of the in-front insertion rules.  The rules
     ;; are backward from what is wanted while typing.
     (setq olay (make-overlay start end (current-buffer) t nil))
     (overlay-put olay 'srecode-init-only t)