diff options
| author | Stefan Kangas | 2022-08-08 14:08:47 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-08-08 14:23:29 +0200 |
| commit | 3d7d8ddc5ac73ebeb4aff9e672e649c8352beeb2 (patch) | |
| tree | 6d42cf8c36051aa9d8369cb0ac900b8709b20f5f /test | |
| parent | cf30432a14b935726cd0845ae490bdd5b94625ab (diff) | |
| download | emacs-3d7d8ddc5ac73ebeb4aff9e672e649c8352beeb2.tar.gz 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 | |||
| 142 | (declare (indent 1)) | 142 | (declare (indent 1)) |
| 143 | 143 | ||
| 144 | (let* ((orig-autojoin-mode (make-symbol "orig-autojoin-mode")) | 144 | (let* ((orig-autojoin-mode (make-symbol "orig-autojoin-mode")) |
| 145 | (combind `((,orig-autojoin-mode (bound-and-true-p erc-autojoin-mode)) | 145 | (combined `((,orig-autojoin-mode (bound-and-true-p erc-autojoin-mode)) |
| 146 | ,@(erc-scenarios-common--make-bindings bindings)))) | 146 | ,@(erc-scenarios-common--make-bindings bindings)))) |
| 147 | 147 | ||
| 148 | `(erc-d-t-with-cleanup (,@combind) | 148 | `(erc-d-t-with-cleanup (,@combined) |
| 149 | 149 | ||
| 150 | (ert-info ("Restore autojoin, etc., kill ERC buffers") | 150 | (ert-info ("Restore autojoin, etc., kill ERC buffers") |
| 151 | (dolist (buf (buffer-list)) | 151 | (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', | |||
| 2481 | (insert-file-contents tmp-name) | 2481 | (insert-file-contents tmp-name) |
| 2482 | (should (string-equal (buffer-string) "foo"))) | 2482 | (should (string-equal (buffer-string) "foo"))) |
| 2483 | 2483 | ||
| 2484 | ;; Write empty string. Used for creation of temprorary files. | 2484 | ;; Write empty string. Used for creation of temporary files. |
| 2485 | ;; Since Emacs 27.1. | 2485 | ;; Since Emacs 27.1. |
| 2486 | (when (fboundp 'make-empty-file) | 2486 | (when (fboundp 'make-empty-file) |
| 2487 | (with-no-warnings | 2487 | (with-no-warnings |