diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/automated/coding-tests.el | 2 | ||||
-rw-r--r-- | test/automated/tabulated-list-test.el | 2 |
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 @@ (let (test-file) (or (file-directory-p coding-tests-workdir) (mkdir coding-tests-workdir t)) - (setq test-file (expand-file-name "nonexisting" coding-tests-workdir)) + (setq test-file (expand-file-name "nonexistent" coding-tests-workdir)) (if (file-exists-p test-file) (delete-file test-file)) (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 @@ 4clojure 4clojure 1507 obsolete Open and evaluate 4clojure.com questions abc-mode abc-mode 944 available Major mode for editing abc music files mode mode 1128 installed A simple mode for editing Actionscript 3 files\n")) - ;; Preseve position. + ;; Preserve position. (forward-line 3) (let ((pos (thing-at-point 'line))) (pop tabulated-list-entries) |