aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorPaul Eggert2016-12-22 10:13:46 -0800
committerPaul Eggert2016-12-22 10:14:11 -0800
commit73349822cbd6e50526eda9c75453584d73dfca83 (patch)
tree444c07a3fbaaf3b2b02e1a08a18bad5bab7bbef0 /test
parentb10bd71987cdeb753c106145d6270a359505359c (diff)
downloademacs-73349822cbd6e50526eda9c75453584d73dfca83.tar.gz
emacs-73349822cbd6e50526eda9c75453584d73dfca83.zip
; Spelling fixes
Diffstat (limited to 'test')
-rw-r--r--test/lisp/net/tramp-tests.el2
-rw-r--r--test/lisp/vc/vc-tests.el2
-rw-r--r--test/src/thread-tests.el2
3 files changed, 3 insertions, 3 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."
2138 2138
2139(defun tramp--test-windows-nt-and-batch () 2139(defun tramp--test-windows-nt-and-batch ()
2140 "Check, whether the locale host runs MS Windows in batch mode. 2140 "Check, whether the locale host runs MS Windows in batch mode.
2141This does not support scpecial characters." 2141This does not support special characters."
2142 (and (eq system-type 'windows-nt) noninteractive)) 2142 (and (eq system-type 'windows-nt) noninteractive))
2143 2143
2144(defun tramp--test-windows-nt-and-pscp-psftp-p () 2144(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."
206;; FIXME: Why isn't there `vc-unregister'? 206;; FIXME: Why isn't there `vc-unregister'?
207(defun vc-test--unregister-function (backend file) 207(defun vc-test--unregister-function (backend file)
208 "Run the `vc-unregister' backend function. 208 "Run the `vc-unregister' backend function.
209For backends which don't support it, `vc-not-supported' is signalled." 209For backends which don't support it, `vc-not-supported' is signaled."
210 ;; CVS, SVN, SCCS, SRC and Mtn are not supported, and will signal 210 ;; CVS, SVN, SCCS, SRC and Mtn are not supported, and will signal
211 ;; `vc-not-supported'. 211 ;; `vc-not-supported'.
212 (prog1 212 (prog1
diff --git a/test/src/thread-tests.el b/test/src/thread-tests.el
index 26c0b725ff8..73da72e8369 100644
--- a/test/src/thread-tests.el
+++ b/test/src/thread-tests.el
@@ -153,7 +153,7 @@
153 (mutex-lock threads-mutex)) 153 (mutex-lock threads-mutex))
154 154
155(ert-deftest threads-mutex-signal () 155(ert-deftest threads-mutex-signal ()
156 "test signalling a blocked thread" 156 "test signaling a blocked thread"
157 (should 157 (should
158 (progn 158 (progn
159 (setq threads-mutex (make-mutex)) 159 (setq threads-mutex (make-mutex))