summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2015-06-24 21:25:01 -0400
committerGlenn Morris <rgm@gnu.org>2015-06-24 21:25:01 -0400
commit0a3c4eb74145635cf61629241c309f9104b72378 (patch)
tree9a10f9abc98c29eb5a8ffef5f26fa7b1f56f7636 /lisp
parentb6903d80bf6dbd52d06913962c96fe93af77b82c (diff)
downloademacs-0a3c4eb74145635cf61629241c309f9104b72378.tar.gz
; Fix comment typos
Diffstat (limited to 'lisp')
-rw-r--r--lisp/character-fold.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/character-fold.el b/lisp/character-fold.el
index b716e593c0c..15e76584fe0 100644
--- a/lisp/character-fold.el
+++ b/lisp/character-fold.el
@@ -1,4 +1,4 @@
-;;; chracter-fold.el --- matching unicode characters to their ascii similars -*- lexical-binding: t; -*-
+;;; character-fold.el --- matching unicode characters to their ascii similars -*- lexical-binding: t; -*-
;; Copyright (C) 2015 Free Software Foundation, Inc.
@@ -106,4 +106,4 @@ match any number of times."
string))
(regexp-quote string)))
-;;; chracter-fold.el ends here
+;;; character-fold.el ends here