aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Kangas2020-04-25 00:39:31 +0200
committerStefan Kangas2020-04-25 00:39:46 +0200
commit89441bddea6e4f4d4fd32d8630d1e649ec12512a (patch)
tree816d14cd963cdce3071a3be0435c3f6c2ff5de5a /test
parent3335dcca1f0e4eb209556ec5da3758977f2df1ac (diff)
downloademacs-89441bddea6e4f4d4fd32d8630d1e649ec12512a.tar.gz
emacs-89441bddea6e4f4d4fd32d8630d1e649ec12512a.zip
; * test/lisp/international/mule-util-tests.el: Fix typos.
Diffstat (limited to 'test')
-rw-r--r--test/lisp/international/mule-util-tests.el4
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 @@
1;;; mule-util --- tests for international/mule-util.el -*- lexical-binding:t -*- 1;;; mule-util-tests.el --- tests for international/mule-util.el -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2002-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2020 Free Software Foundation, Inc.
4 4
@@ -81,4 +81,4 @@
81(dotimes (i (length mule-util-test-truncate-data)) 81(dotimes (i (length mule-util-test-truncate-data))
82 (mule-util-test-truncate-create i)) 82 (mule-util-test-truncate-create i))
83 83
84;;; mule-util.el ends here 84;;; mule-util-tests.el ends here