aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/net
diff options
context:
space:
mode:
authorStefan Kangas2022-11-18 15:48:22 +0100
committerStefan Kangas2022-11-18 16:02:19 +0100
commitba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d (patch)
treeaee24e35b156969e2450699b3d02621bcec3375e /test/lisp/net
parentc116d9f74c8fc81a7e98b1519fa300998a8a15c3 (diff)
downloademacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.tar.gz
emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.zip
; Fix typos
Diffstat (limited to 'test/lisp/net')
-rw-r--r--test/lisp/net/mailcap-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/net/mailcap-tests.el b/test/lisp/net/mailcap-tests.el
index 9e60a243b3d..04462dbc8ba 100644
--- a/test/lisp/net/mailcap-tests.el
+++ b/test/lisp/net/mailcap-tests.el
@@ -125,7 +125,7 @@
125 125
126(ert-deftest mailcap-view-file () 126(ert-deftest mailcap-view-file ()
127 (with-pristine-mailcap 127 (with-pristine-mailcap
128 ;; Try using a lambda as viewer and check wether 128 ;; Try using a lambda as viewer and check whether
129 ;; `mailcap-view-file' works correctly. 129 ;; `mailcap-view-file' works correctly.
130 (let* ((mailcap-mime-extensions '((".test" . "test/test")))) 130 (let* ((mailcap-mime-extensions '((".test" . "test/test"))))
131 (mailcap-add "test/test" 'mailcap--test-viewer) 131 (mailcap-add "test/test" 'mailcap--test-viewer)