diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-02-14 18:32:16 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-02-14 18:32:16 +0100 |
commit | 737b5223e1c9521ecd8195185c4dbb3669e5a71c (patch) | |
tree | eb04df7eb3593cd9b45633848c141ad32f7f6d61 /lisp/cedet | |
parent | 484eaeac2794fe1e898125d1f6885594823b9406 (diff) | |
download | emacs-737b5223e1c9521ecd8195185c4dbb3669e5a71c.tar.gz |
Fix typos in comments.
Diffstat (limited to 'lisp/cedet')
-rw-r--r-- | lisp/cedet/semantic/complete.el | 2 | ||||
-rw-r--r-- | lisp/cedet/srecode/insert.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/semantic/complete.el b/lisp/cedet/semantic/complete.el index fa9ebed9263..d72b12083a0 100644 --- a/lisp/cedet/semantic/complete.el +++ b/lisp/cedet/semantic/complete.el @@ -1243,7 +1243,7 @@ inserted into the current context.") ;; A typical displayor accepts a pre-determined list of completions ;; generated by a collector. This format is in semanticdb search ;; form. This vaguely standard form is a bit challenging to navigate -;; because the tags do not contain buffer info, but the file assocated +;; because the tags do not contain buffer info, but the file associated ;; with the tags preceed the tag in the list. ;; ;; Basic displayors don't care, and can strip the results. diff --git a/lisp/cedet/srecode/insert.el b/lisp/cedet/srecode/insert.el index 1ccd4e8d393..4ee6d467009 100644 --- a/lisp/cedet/srecode/insert.el +++ b/lisp/cedet/srecode/insert.el @@ -190,7 +190,7 @@ Buffer based features related to change hooks is handled one level up." ;;; TEMPLATE ARGUMENTS ;; -;; Some templates have arguments. Each argument is assocaited with +;; Some templates have arguments. Each argument is associated with ;; a function that can resolve the inputs needed. (defun srecode-resolve-arguments (temp dict) "Resolve all the arguments needed by the template TEMP. |