Spelling fixes.
[bpt/emacs.git] / lisp / cedet / semantic / edit.el
index 7f7e82a..e7ed8c5 100644 (file)
@@ -427,7 +427,7 @@ See `semantic-edits-change-leaf-tag' for details on parents."
            ;; which must have a value by now.
 
            ;; Loop over the search list to find the preceding CDR.
-           ;; Fortunatly, (car overlapped-tags) happens to be
+           ;; Fortunately, (car overlapped-tags) happens to be
            ;; the first tag positionally.
            (let ((tokstart (semantic-tag-start (car overlapped-tags))))
              (while (and list-to-search
@@ -595,7 +595,7 @@ This function is for internal use by `semantic-edits-incremental-parser'."
               ;; Feb 06 -
               ;; IDed when the first cache-list tag is after
               ;; our change, meaning there is nothing before
-              ;; the chnge.
+              ;; the change.
                ((> (semantic-tag-start (car cache-list))
                    (semantic-overlay-end (car changes)))
                (setq last-cond "Beginning of buffer")