diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-08-08 14:08:47 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-08-08 14:23:29 +0200 |
commit | 3d7d8ddc5ac73ebeb4aff9e672e649c8352beeb2 (patch) | |
tree | 6d42cf8c36051aa9d8369cb0ac900b8709b20f5f /test | |
parent | cf30432a14b935726cd0845ae490bdd5b94625ab (diff) | |
download | emacs-3d7d8ddc5ac73ebeb4aff9e672e649c8352beeb2.tar.gz emacs-3d7d8ddc5ac73ebeb4aff9e672e649c8352beeb2.tar.bz2 emacs-3d7d8ddc5ac73ebeb4aff9e672e649c8352beeb2.zip |
; Fix typos
Diffstat (limited to 'test')
-rw-r--r-- | test/lisp/erc/resources/erc-scenarios-common.el | 4 | ||||
-rw-r--r-- | test/lisp/net/tramp-tests.el | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/lisp/erc/resources/erc-scenarios-common.el b/test/lisp/erc/resources/erc-scenarios-common.el index cbabfcd26be..bc2cb68cd86 100644 --- a/test/lisp/erc/resources/erc-scenarios-common.el +++ b/test/lisp/erc/resources/erc-scenarios-common.el @@ -142,10 +142,10 @@ Dialog resource directories are located by expanding the variable (declare (indent 1)) (let* ((orig-autojoin-mode (make-symbol "orig-autojoin-mode")) - (combind `((,orig-autojoin-mode (bound-and-true-p erc-autojoin-mode)) + (combined `((,orig-autojoin-mode (bound-and-true-p erc-autojoin-mode)) ,@(erc-scenarios-common--make-bindings bindings)))) - `(erc-d-t-with-cleanup (,@combind) + `(erc-d-t-with-cleanup (,@combined) (ert-info ("Restore autojoin, etc., kill ERC buffers") (dolist (buf (buffer-list)) diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index e2cafc240b9..a3e80e89562 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -2481,7 +2481,7 @@ This checks also `file-name-as-directory', `file-name-directory', (insert-file-contents tmp-name) (should (string-equal (buffer-string) "foo"))) - ;; Write empty string. Used for creation of temprorary files. + ;; Write empty string. Used for creation of temporary files. ;; Since Emacs 27.1. (when (fboundp 'make-empty-file) (with-no-warnings |