diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2020-04-25 00:39:31 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2020-04-25 00:39:46 +0200 |
commit | 89441bddea6e4f4d4fd32d8630d1e649ec12512a (patch) | |
tree | 816d14cd963cdce3071a3be0435c3f6c2ff5de5a /test/lisp | |
parent | 3335dcca1f0e4eb209556ec5da3758977f2df1ac (diff) | |
download | emacs-89441bddea6e4f4d4fd32d8630d1e649ec12512a.tar.gz emacs-89441bddea6e4f4d4fd32d8630d1e649ec12512a.tar.bz2 emacs-89441bddea6e4f4d4fd32d8630d1e649ec12512a.zip |
; * test/lisp/international/mule-util-tests.el: Fix typos.
Diffstat (limited to 'test/lisp')
-rw-r--r-- | test/lisp/international/mule-util-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/international/mule-util-tests.el b/test/lisp/international/mule-util-tests.el index 18e63a80775..cc199bd4972 100644 --- a/test/lisp/international/mule-util-tests.el +++ b/test/lisp/international/mule-util-tests.el @@ -1,4 +1,4 @@ -;;; mule-util --- tests for international/mule-util.el -*- lexical-binding:t -*- +;;; mule-util-tests.el --- tests for international/mule-util.el -*- lexical-binding:t -*- ;; Copyright (C) 2002-2020 Free Software Foundation, Inc. @@ -81,4 +81,4 @@ (dotimes (i (length mule-util-test-truncate-data)) (mule-util-test-truncate-create i)) -;;; mule-util.el ends here +;;; mule-util-tests.el ends here |