]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/complete.el
Spelling fixes.
[gnu-emacs] / lisp / cedet / semantic / complete.el
index 47cf86042c74da23a08ef99efd06531a18940e3f..a5e9bd1787e5828068ec7ad6fd152b1963855a7f 100644 (file)
@@ -1968,7 +1968,7 @@ completion works."
         (complst nil))
     (when (and thissym (or (not (string= thissym ""))
                           nextsym))
-      ;; Do a quick calcuation of completions.
+      ;; Do a quick calculation of completions.
       (semantic-collector-calculate-completions
        collector thissym nil)
       ;; Get the master list
@@ -2048,7 +2048,7 @@ completion works."
         (complst nil))
     (when (and thissym (or (not (string= thissym ""))
                           nextsym))
-      ;; Do a quick calcuation of completions.
+      ;; Do a quick calculation of completions.
       (semantic-collector-calculate-completions
        collector thissym nil)
       ;; Get the master list