diff options
| author | Stefan Kangas | 2022-12-01 16:36:09 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-12-01 16:36:09 +0100 |
| commit | 70ecdebc92c879af90f2d25a2b751d1cc4f3f80d (patch) | |
| tree | 27d9ebd0090f107cb4381b8155e08097c988a471 /test/lisp/erc | |
| parent | a86ccb5f9dd4a5fe8e6af974d7f577e7b5d0a8d4 (diff) | |
| download | emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.tar.gz emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.zip | |
; Fix typos (don't abbreviate "with" or "without")
Diffstat (limited to 'test/lisp/erc')
| -rw-r--r-- | test/lisp/erc/erc-join-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/erc/erc-join-tests.el b/test/lisp/erc/erc-join-tests.el index 8210defbfbd..89521ba4292 100644 --- a/test/lisp/erc/erc-join-tests.el +++ b/test/lisp/erc/erc-join-tests.el | |||
| @@ -335,7 +335,7 @@ | |||
| 335 | (start-process "true" (current-buffer) "true") | 335 | (start-process "true" (current-buffer) "true") |
| 336 | erc-server-current-nick "tester" | 336 | erc-server-current-nick "tester" |
| 337 | erc-server-announced-name "foo.gnu.chat" | 337 | erc-server-announced-name "foo.gnu.chat" |
| 338 | ;; Assume special case w/o known network | 338 | ;; Assume special case without known network |
| 339 | erc-networks--id (make-erc-networks--id)) | 339 | erc-networks--id (make-erc-networks--id)) |
| 340 | (set-process-query-on-exit-flag erc-server-process nil) | 340 | (set-process-query-on-exit-flag erc-server-process nil) |
| 341 | (should-not calls) | 341 | (should-not calls) |