summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lisp/erc/resources/erc-scenarios-common.el4
-rw-r--r--test/lisp/net/tramp-tests.el2
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