diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-11-04 15:07:01 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-11-04 15:07:13 -0700 |
commit | a59f4bb5b8f1e702901d166ce44c4dcddc262b62 (patch) | |
tree | ca8433ca69a6d86cd0881c368ca3044700d57e15 /test/lisp/thingatpt-tests.el | |
parent | ae0a1a890ec7b885e85cd945a21ca42fed80df3d (diff) | |
download | emacs-a59f4bb5b8f1e702901d166ce44c4dcddc262b62.tar.gz emacs-a59f4bb5b8f1e702901d166ce44c4dcddc262b62.tar.bz2 emacs-a59f4bb5b8f1e702901d166ce44c4dcddc262b62.zip |
; Spelling fixes
Diffstat (limited to 'test/lisp/thingatpt-tests.el')
-rw-r--r-- | test/lisp/thingatpt-tests.el | 2 |
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 ." |