summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-02-14 18:32:16 +0100
committerJuanma Barranquero <lekktu@gmail.com>2010-02-14 18:32:16 +0100
commit737b5223e1c9521ecd8195185c4dbb3669e5a71c (patch)
treeeb04df7eb3593cd9b45633848c141ad32f7f6d61
parent484eaeac2794fe1e898125d1f6885594823b9406 (diff)
downloademacs-737b5223e1c9521ecd8195185c4dbb3669e5a71c.tar.gz
Fix typos in comments.
-rw-r--r--lisp/cedet/semantic/complete.el2
-rw-r--r--lisp/cedet/srecode/insert.el2
-rw-r--r--src/ccl.c2
3 files changed, 3 insertions, 3 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.
diff --git a/src/ccl.c b/src/ccl.c
index c1c566e53c4..bc3cfe09b77 100644
--- a/src/ccl.c
+++ b/src/ccl.c
@@ -43,7 +43,7 @@ Lisp_Object Vcode_conversion_map_vector;
/* Alist of fontname patterns vs corresponding CCL program. */
Lisp_Object Vfont_ccl_encoder_alist;
-/* This symbol is a property which assocates with ccl program vector.
+/* This symbol is a property which associates with ccl program vector.
Ex: (get 'ccl-big5-encoder 'ccl-program) returns ccl program vector. */
Lisp_Object Qccl_program;