summaryrefslogtreecommitdiff
path: root/test/lisp/so-long-tests
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-06-23 22:03:50 +0200
committerStefan Kangas <stefan@marxist.se>2022-06-23 22:03:50 +0200
commita772c0b85272bc20858a35af5f619983cfcb0084 (patch)
tree4ff4dcc1ab290cc2015df824b664b2632ba48023 /test/lisp/so-long-tests
parenta3f294b37f81ae3d5438ff32173726bddaa79496 (diff)
downloademacs-a772c0b85272bc20858a35af5f619983cfcb0084.tar.gz
emacs-a772c0b85272bc20858a35af5f619983cfcb0084.tar.bz2
emacs-a772c0b85272bc20858a35af5f619983cfcb0084.zip
; Fix typos: prefer US spelling.
Diffstat (limited to 'test/lisp/so-long-tests')
-rw-r--r--test/lisp/so-long-tests/so-long-tests.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/so-long-tests/so-long-tests.el b/test/lisp/so-long-tests/so-long-tests.el
index 23a5660df59..670ab52cef6 100644
--- a/test/lisp/so-long-tests/so-long-tests.el
+++ b/test/lisp/so-long-tests/so-long-tests.el
@@ -59,7 +59,7 @@
(declare-function so-long-tests-assert-and-revert "so-long-tests-helpers")
(declare-function so-long-tests-predicates "so-long-tests-helpers")
-;; Enable the automated behaviour for all tests.
+;; Enable the automated behavior for all tests.
(global-so-long-mode 1)
(ert-deftest so-long-tests-threshold-under ()
@@ -210,7 +210,7 @@
;; From Emacs 27 the `display-buffer' call is insufficient.
;; The various 'window change functions' are now invoked by the
;; redisplay, and redisplay does nothing at all in batch mode,
- ;; so we cannot test under this revised behaviour. Refer to:
+ ;; so we cannot test under this revised behavior. Refer to:
;; https://lists.gnu.org/r/emacs-devel/2019-10/msg00971.html
;; For interactive (non-batch) test runs, calling `redisplay'
;; does do the trick; so do that first.