diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-02-23 20:56:30 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-02-23 20:56:30 +0100 |
commit | 8307f92370e7d86aea2c78d0dbc06c5ace9c6f11 (patch) | |
tree | 0f4b65eac80f244ac7610b5317e2163d668f22cb /lisp/international | |
parent | f1cffc3d52a56eef7ee17392f912f3201a52b5d6 (diff) | |
download | emacs-8307f92370e7d86aea2c78d0dbc06c5ace9c6f11.tar.gz emacs-8307f92370e7d86aea2c78d0dbc06c5ace9c6f11.tar.bz2 emacs-8307f92370e7d86aea2c78d0dbc06c5ace9c6f11.zip |
Fix typos.
Diffstat (limited to 'lisp/international')
-rw-r--r-- | lisp/international/ucs-normalize.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/ucs-normalize.el b/lisp/international/ucs-normalize.el index fc15b57fed9..afd6769e659 100644 --- a/lisp/international/ucs-normalize.el +++ b/lisp/international/ucs-normalize.el @@ -100,7 +100,7 @@ ;; D. Sorting and Composition of Smaller Blocks (`ucs-normalize-block-compose-chars') ;; ;; The block will be split to multiple samller blocks by starter -;; charcters. Each block is sorted, and composed if necessary. +;; characters. Each block is sorted, and composed if necessary. ;; ;; E. Composition of Entire Block (`ucs-normalize-compose-chars') ;; |