diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-12-22 10:13:46 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-12-22 10:14:11 -0800 |
commit | 73349822cbd6e50526eda9c75453584d73dfca83 (patch) | |
tree | 444c07a3fbaaf3b2b02e1a08a18bad5bab7bbef0 /test/lisp | |
parent | b10bd71987cdeb753c106145d6270a359505359c (diff) | |
download | emacs-73349822cbd6e50526eda9c75453584d73dfca83.tar.gz |
; Spelling fixes
Diffstat (limited to 'test/lisp')
-rw-r--r-- | test/lisp/net/tramp-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/vc/vc-tests.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 2884187fa0a..3d92dff3811 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -2138,7 +2138,7 @@ This does not support special file names." (defun tramp--test-windows-nt-and-batch () "Check, whether the locale host runs MS Windows in batch mode. -This does not support scpecial characters." +This does not support special characters." (and (eq system-type 'windows-nt) noninteractive)) (defun tramp--test-windows-nt-and-pscp-psftp-p () diff --git a/test/lisp/vc/vc-tests.el b/test/lisp/vc/vc-tests.el index 8dc72cd7c81..b54a45dd323 100644 --- a/test/lisp/vc/vc-tests.el +++ b/test/lisp/vc/vc-tests.el @@ -206,7 +206,7 @@ For backends which dont support it, it is emulated." ;; FIXME: Why isn't there `vc-unregister'? (defun vc-test--unregister-function (backend file) "Run the `vc-unregister' backend function. -For backends which don't support it, `vc-not-supported' is signalled." +For backends which don't support it, `vc-not-supported' is signaled." ;; CVS, SVN, SCCS, SRC and Mtn are not supported, and will signal ;; `vc-not-supported'. (prog1 |