From 0a3c4eb74145635cf61629241c309f9104b72378 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 24 Jun 2015 21:25:01 -0400 Subject: [PATCH] ; Fix comment typos --- lisp/character-fold.el | 4 ++-- 1 file 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 -- 2.39.2