]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos in comments.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 14 Feb 2010 17:32:16 +0000 (18:32 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 14 Feb 2010 17:32:16 +0000 (18:32 +0100)
lisp/cedet/semantic/complete.el
lisp/cedet/srecode/insert.el
src/ccl.c

index fa9ebed92636708acf70e7b48eb13c1a60d0f69f..d72b12083a0229e734120c16523e421b6c76ecfe 100644 (file)
@@ -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.
index 1ccd4e8d39379827216ae4a94c2ecd840ad74735..4ee6d4670098afa6c9b8cab709c8cfdf24422bc4 100644 (file)
@@ -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.
index c1c566e53c4c52e75ca8bb88031c0671a049aab1..bc3cfe09b77118bf78e73c4e51bb59c3d64bd659 100644 (file)
--- 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;