aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorPaul Eggert2015-10-14 14:46:22 -0700
committerPaul Eggert2015-10-14 14:46:50 -0700
commit943f7f902ed3d7a5ce00bbb5a9cc60e01607b661 (patch)
treea0be093da01a59e6d4d14ea9203e3c7a25cf9106 /test
parent100a96c92ba9cdf49f695edcf74975321eafae2e (diff)
downloademacs-943f7f902ed3d7a5ce00bbb5a9cc60e01607b661.tar.gz
emacs-943f7f902ed3d7a5ce00bbb5a9cc60e01607b661.zip
Spelling fixes
* configure.ac (bitmapdir): Fix misspelling of bmd_acc. * test/automated/coding-tests.el (ert-test-coding-bogus-coding-systems): Fix misspelling of nonexistent file name.
Diffstat (limited to 'test')
-rw-r--r--test/automated/coding-tests.el2
-rw-r--r--test/automated/tabulated-list-test.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/automated/coding-tests.el b/test/automated/coding-tests.el
index ebbf8968fc7..cda382fff97 100644
--- a/test/automated/coding-tests.el
+++ b/test/automated/coding-tests.el
@@ -36,7 +36,7 @@
36 (let (test-file) 36 (let (test-file)
37 (or (file-directory-p coding-tests-workdir) 37 (or (file-directory-p coding-tests-workdir)
38 (mkdir coding-tests-workdir t)) 38 (mkdir coding-tests-workdir t))
39 (setq test-file (expand-file-name "nonexisting" coding-tests-workdir)) 39 (setq test-file (expand-file-name "nonexistent" coding-tests-workdir))
40 (if (file-exists-p test-file) 40 (if (file-exists-p test-file)
41 (delete-file test-file)) 41 (delete-file test-file))
42 (should-error 42 (should-error
diff --git a/test/automated/tabulated-list-test.el b/test/automated/tabulated-list-test.el
index 5731db4c270..9aa62ee59e5 100644
--- a/test/automated/tabulated-list-test.el
+++ b/test/automated/tabulated-list-test.el
@@ -60,7 +60,7 @@
60 4clojure 4clojure 1507 obsolete Open and evaluate 4clojure.com questions 60 4clojure 4clojure 1507 obsolete Open and evaluate 4clojure.com questions
61 abc-mode abc-mode 944 available Major mode for editing abc music files 61 abc-mode abc-mode 944 available Major mode for editing abc music files
62 mode mode 1128 installed A simple mode for editing Actionscript 3 files\n")) 62 mode mode 1128 installed A simple mode for editing Actionscript 3 files\n"))
63 ;; Preseve position. 63 ;; Preserve position.
64 (forward-line 3) 64 (forward-line 3)
65 (let ((pos (thing-at-point 'line))) 65 (let ((pos (thing-at-point 'line)))
66 (pop tabulated-list-entries) 66 (pop tabulated-list-entries)