From 737b5223e1c9521ecd8195185c4dbb3669e5a71c Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 14 Feb 2010 18:32:16 +0100 Subject: [PATCH] Fix typos in comments. --- lisp/cedet/semantic/complete.el | 2 +- lisp/cedet/srecode/insert.el | 2 +- src/ccl.c | 2 +- 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; -- 2.39.5