Fix typos.
[bpt/emacs.git] / lisp / cedet / semantic / idle.el
index b49d1db..6761a7f 100644 (file)
@@ -245,7 +245,7 @@ And also manages services that depend on tag values."
         ;; services.  Stop on keypress.
 
        ;; NOTE ON COMMENTED SAFE HERE
-       ;; We used to not execute the services if the buffer wsa
+       ;; We used to not execute the services if the buffer was
        ;; unparseable.  We now assume that they are lexically
        ;; safe to do, because we have marked the buffer unparseable
        ;; if there was a problem.
@@ -254,11 +254,11 @@ And also manages services that depend on tag values."
          (save-excursion
            (semantic-throw-on-input 'idle-queue)
            (when semantic-idle-scheduler-verbose-flag
-             (message "IDLE: execture service %s..." service))
+             (message "IDLE: execute service %s..." service))
            (semantic-safe (format "Idle Service Error %s: %%S" service)
              (funcall service))
            (when semantic-idle-scheduler-verbose-flag
-             (message "IDLE: execture service %s...done" service))
+             (message "IDLE: execute service %s...done" service))
            )))
        ;;)
       ;; Finally loop over remaining buffers, trying to update them as