summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/find-func-tests.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-12-15 02:41:20 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-12-16 08:29:28 +0100
commit033071692c7cd1cd550d25170d4b3168668567ac (patch)
tree4652c5a846b8d166757c46c81a709beaed962e0a /test/lisp/emacs-lisp/find-func-tests.el
parentf4a513344d95badf2b75b0577016edcdd9ea5fbe (diff)
downloademacs-033071692c7cd1cd550d25170d4b3168668567ac.tar.gz
emacs-033071692c7cd1cd550d25170d4b3168668567ac.tar.bz2
emacs-033071692c7cd1cd550d25170d4b3168668567ac.zip
; Fix typos
Diffstat (limited to 'test/lisp/emacs-lisp/find-func-tests.el')
-rw-r--r--test/lisp/emacs-lisp/find-func-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/emacs-lisp/find-func-tests.el b/test/lisp/emacs-lisp/find-func-tests.el
index d18a9dc1a94..8c432f87200 100644
--- a/test/lisp/emacs-lisp/find-func-tests.el
+++ b/test/lisp/emacs-lisp/find-func-tests.el
@@ -87,7 +87,7 @@ expected function symbol and function library, respectively."
(test-locate-helper #'forward-char '(forward-char . "cmds.c"))
(should-error (test-locate-helper 'wrong-function)))
-(ert-deftest find-func-tests--locate-adviced-symbols ()
+(ert-deftest find-func-tests--locate-advised-symbols ()
(defun my-message ()
(message "Hello!"))
(advice-add #'mark-sexp :around 'my-message)