diff options
| author | Paul Eggert | 2016-12-22 10:13:46 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-12-22 10:14:11 -0800 |
| commit | 73349822cbd6e50526eda9c75453584d73dfca83 (patch) | |
| tree | 444c07a3fbaaf3b2b02e1a08a18bad5bab7bbef0 /test/src/thread-tests.el | |
| parent | b10bd71987cdeb753c106145d6270a359505359c (diff) | |
| download | emacs-73349822cbd6e50526eda9c75453584d73dfca83.tar.gz emacs-73349822cbd6e50526eda9c75453584d73dfca83.zip | |
; Spelling fixes
Diffstat (limited to 'test/src/thread-tests.el')
| -rw-r--r-- | test/src/thread-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |