From ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 18 Nov 2022 15:48:22 +0100 Subject: ; Fix typos --- test/src/font-tests.el | 2 +- test/src/thread-tests.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/src') diff --git a/test/src/font-tests.el b/test/src/font-tests.el index 7e9669c6513..683d331d753 100644 --- a/test/src/font-tests.el +++ b/test/src/font-tests.el @@ -115,7 +115,7 @@ expected font properties from parsing NAME.") (defun test-font-parse () "Test font name parsing." (interactive) - (switch-to-buffer (generate-new-buffer "*Font Pase Test*")) + (switch-to-buffer (generate-new-buffer "*Font Parse Test*")) (setq show-trailing-whitespace nil) (let ((pass-face '((t :foreground "green"))) (fail-face '((t :foreground "red")))) diff --git a/test/src/thread-tests.el b/test/src/thread-tests.el index 75d67140a90..731fa893c1f 100644 --- a/test/src/thread-tests.el +++ b/test/src/thread-tests.el @@ -217,7 +217,7 @@ (while (not threads-mutex-key) (thread-yield)) (thread-signal thr 'quit nil) - ;; `quit' is not catched by `should-error'. We must indicate it. + ;; `quit' is not caught by `should-error'. We must indicate it. (condition-case nil (thread-join thr) (quit (signal 'error nil))))))) -- cgit v1.2.3