diff options
| author | Stefan Kangas | 2022-10-27 23:04:37 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-10-27 23:04:37 +0200 |
| commit | 41d3d71a1e6709a7357c1c7aeae4f49cd65fb602 (patch) | |
| tree | 7ef2b8de950ceb9b23d185be99402cba35eaac46 /test | |
| parent | c6ec08e49af84ac35d0f793d01390a8b8c991f18 (diff) | |
| download | emacs-41d3d71a1e6709a7357c1c7aeae4f49cd65fb602.tar.gz emacs-41d3d71a1e6709a7357c1c7aeae4f49cd65fb602.zip | |
; Fix typos in symbol names
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/autorevert-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/autorevert-tests.el b/test/lisp/autorevert-tests.el index 4bbff6d0578..568820ec42c 100644 --- a/test/lisp/autorevert-tests.el +++ b/test/lisp/autorevert-tests.el | |||
| @@ -507,7 +507,7 @@ This expects `auto-revert--messages' to be bound by | |||
| 507 | (should (equal (auto-revert-test--buffer-string buf-1) "1-a")) | 507 | (should (equal (auto-revert-test--buffer-string buf-1) "1-a")) |
| 508 | (auto-revert-test--write-file "1-b" file-1) | 508 | (auto-revert-test--write-file "1-b" file-1) |
| 509 | ;; Since the file is deleted, it needs at least | 509 | ;; Since the file is deleted, it needs at least |
| 510 | ;; `autorevert-interval' to recognize the new file, | 510 | ;; `auto-revert-interval' to recognize the new file, |
| 511 | ;; while polling. So increase the timeout. | 511 | ;; while polling. So increase the timeout. |
| 512 | (auto-revert-test--wait-for-buffer-text | 512 | (auto-revert-test--wait-for-buffer-text |
| 513 | buf-1 "1-b" (* 2 (auto-revert--timeout))) | 513 | buf-1 "1-b" (* 2 (auto-revert--timeout))) |