diff options
Diffstat (limited to 'lisp/cedet/semantic/complete.el')
-rw-r--r-- | lisp/cedet/semantic/complete.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/semantic/complete.el b/lisp/cedet/semantic/complete.el index 47cf86042c7..a5e9bd1787e 100644 --- a/lisp/cedet/semantic/complete.el +++ b/lisp/cedet/semantic/complete.el @@ -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 |