summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-10-13 01:25:19 +0200
committerJuanma Barranquero <lekktu@gmail.com>2010-10-13 01:25:19 +0200
commitd59382f9614d4cb27b9501bd2b2be2c35ac56a31 (patch)
tree059829daf5157950aaea63eb83aba2e8c31da83f /admin
parent18ac0fbb1fa692ba7018633543c1b039d21a4471 (diff)
downloademacs-d59382f9614d4cb27b9501bd2b2be2c35ac56a31.tar.gz
Fix typos in docstrings, comments and ChangeLogs.
* etc/tutorials/TUTORIAL.es: Fix typos. * lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits): Fix typo in message. (semantic-symref-list-map-open-hits): Fix typo in docstring. * lisp/erc/erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring. * lisp/gnus/nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring. * lisp/international/mule.el (define-coding-system): * lisp/international/titdic-cnv.el (quail-cxterm-package-ext-info): * composite.el (compose-region): Fix typo in docstring. * lisp/org/org-agenda.el (org-prefix-category-length) (org-prefix-category-max-length): Fix typos in docstrings. * src/font.c (Ffont_variation_glyphs): * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
Diffstat (limited to 'admin')
-rw-r--r--admin/unidata/unidata-gen.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/unidata/unidata-gen.el b/admin/unidata/unidata-gen.el
index 88e21d7226e..211c6f0a530 100644
--- a/admin/unidata/unidata-gen.el
+++ b/admin/unidata/unidata-gen.el
@@ -95,7 +95,7 @@
(with-temp-buffer
;; Insert a file of this format:
;; (CHAR NAME CATEGORY ...)
- ;; where CHAR is a charater code, the following elements are strings
+ ;; where CHAR is a character code, the following elements are strings
;; representing character properties.
(insert-file-contents unidata-text-file)
(goto-char (point-min))