summaryrefslogtreecommitdiff
path: root/test/lisp/thingatpt-tests.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-11-04 15:07:01 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-11-04 15:07:13 -0700
commita59f4bb5b8f1e702901d166ce44c4dcddc262b62 (patch)
treeca8433ca69a6d86cd0881c368ca3044700d57e15 /test/lisp/thingatpt-tests.el
parentae0a1a890ec7b885e85cd945a21ca42fed80df3d (diff)
downloademacs-a59f4bb5b8f1e702901d166ce44c4dcddc262b62.tar.gz
; Spelling fixes
Diffstat (limited to 'test/lisp/thingatpt-tests.el')
-rw-r--r--test/lisp/thingatpt-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/thingatpt-tests.el b/test/lisp/thingatpt-tests.el
index 9d72db40162..6d73d9001ae 100644
--- a/test/lisp/thingatpt-tests.el
+++ b/test/lisp/thingatpt-tests.el
@@ -84,7 +84,7 @@ position to retrieve THING.")
(goto-char (nth 1 test))
(should (equal (thing-at-point (nth 2 test)) (nth 3 test))))))
-;; These tests reflect the actual behaviour of
+;; These tests reflect the actual behavior of
;; `thing-at-point-bounds-of-list-at-point'.
(ert-deftest thing-at-point-bug24627 ()
"Test for http://debbugs.gnu.org/24627 ."