From: Glenn Morris Date: Thu, 25 Jun 2015 01:25:01 +0000 (-0400) Subject: ; Fix comment typos X-Git-Tag: emacs-25.0.90~1651 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a3c4eb74145635cf61629241c309f9104b72378;p=emacs.git ; Fix comment typos --- 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