summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-11-14 12:23:26 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-11-14 12:23:26 -0800
commit8350f087efe62e2ce0ded434534629a56cdc4e8c (patch)
tree9976cec81196a0465269f8669f2a85328570dfd4 /test
parent322ad6ec0e773dffefad12df88c98041ca35b427 (diff)
Spelling fixes.
Diffstat (limited to 'test')
-rw-r--r--test/automated/ert-tests.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/automated/ert-tests.el b/test/automated/ert-tests.el
index cea994f64b8..1fe6352e1fe 100644
--- a/test/automated/ert-tests.el
+++ b/test/automated/ert-tests.el
@@ -228,7 +228,7 @@ failed or if there was a problem."
:form (error "Foo")
:condition (error "Foo")
:fail-reason
- "the error signalled did not have the expected type"))))))
+ "the error signaled did not have the expected type"))))))
;; Error of the expected type.
(let* ((error nil)
(test (make-ert-test
@@ -258,7 +258,7 @@ failed or if there was a problem."
:form (signal arith-error nil)
:condition (arith-error)
:fail-reason
- "the error signalled did not have the expected type"))))))
+ "the error signaled did not have the expected type"))))))
(let ((test (make-ert-test
:body (lambda ()
(should-error (signal 'arith-error nil)
@@ -275,7 +275,7 @@ failed or if there was a problem."
:form (signal arith-error nil)
:condition (arith-error)
:fail-reason
- "the error signalled did not have the expected type"))))))
+ "the error signaled did not have the expected type"))))))
(let ((test (make-ert-test
:body (lambda ()
(should-error (signal 'singularity-error nil)
@@ -292,7 +292,7 @@ failed or if there was a problem."
:form (signal singularity-error nil)
:condition (singularity-error)
:fail-reason
- "the error signalled was a subtype of the expected type")))))
+ "the error signaled was a subtype of the expected type")))))
))
(defmacro ert--test-my-list (&rest args)