From 067b0705986572e42687334c4eaf32988f22f680 Mon Sep 17 00:00:00 2001 From: Štěpán Němec Date: Sun, 1 Mar 2020 18:50:14 +0100 Subject: ; Fix some typos and doc issues (bug#40695) --- test/src/thread-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/src/thread-tests.el') diff --git a/test/src/thread-tests.el b/test/src/thread-tests.el index 6673ac4b4eb..5d85fc74e50 100644 --- a/test/src/thread-tests.el +++ b/test/src/thread-tests.el @@ -112,7 +112,7 @@ (should-error (thread-join (current-thread)))) (ert-deftest threads-join-error () - "Test of error signalling from `thread-join'." + "Test of error signaling from `thread-join'." :tags '(:unstable) (skip-unless (featurep 'threads)) (let ((thread (make-thread #'threads-call-error))) -- cgit v1.2.3