]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/fw.el
Spelling fixes.
[gnu-emacs] / lisp / cedet / semantic / fw.el
index c14ffb77169973a733998a9b3045d2c18da3dfd8..5a12047eb76f8b45b025ae622f54f92bc62dec90 100644 (file)
@@ -85,7 +85,7 @@
                    c)))
            event))
        (defun semantic-popup-menu (menu)
-         "Blockinig version of `popup-menu'"
+         "Blocking version of `popup-menu'"
          (popup-menu menu)
          ;; Wait...
          (while (popup-up-p) (dispatch-event (next-event))))
        'run-mode-hooks
       'run-hooks))
 
-  ;; Fancy compat useage now handled in cedet-compat
+  ;; Fancy compat usage now handled in cedet-compat
   (defalias 'semantic-subst-char-in-string 'subst-char-in-string)
   )