diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-07-14 12:43:52 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-07-14 12:52:32 +0200 |
commit | 41e612cfd684f03e34c8990df1b86b95e092211b (patch) | |
tree | d2ba94798f230db2835562679d0f3308fb1fd50f /test/lisp/erc/resources | |
parent | ade1238bce1cf69ebce8809a2d73cb92db94b977 (diff) | |
download | emacs-41e612cfd684f03e34c8990df1b86b95e092211b.tar.gz emacs-41e612cfd684f03e34c8990df1b86b95e092211b.tar.bz2 emacs-41e612cfd684f03e34c8990df1b86b95e092211b.zip |
; Fix typos
Diffstat (limited to 'test/lisp/erc/resources')
-rw-r--r-- | test/lisp/erc/resources/erc-d/erc-d-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/erc/resources/erc-d/erc-d-tests.el b/test/lisp/erc/resources/erc-d/erc-d-tests.el index f64b5e8a74c..21005cd7600 100644 --- a/test/lisp/erc/resources/erc-d/erc-d-tests.el +++ b/test/lisp/erc/resources/erc-d/erc-d-tests.el @@ -1046,7 +1046,7 @@ nonzero for this to work." (kill-buffer client-buffer) (kill-buffer dumb-server-buffer)))) -;; Without adjusting penalty, takes ~15 secs. With is comprable to direct ^. +;; Without adjusting penalty, takes ~15 secs. With is comparable to direct ^. (ert-deftest erc-d-run-fuzzy () :tags '(:expensive-test) (let ((erc-server-flood-penalty 1.2) ; penalty < margin/sends is basically 0 |