From 033071692c7cd1cd550d25170d4b3168668567ac Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 15 Dec 2022 02:41:20 +0100 Subject: ; Fix typos --- test/lisp/emacs-lisp/find-func-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lisp/emacs-lisp/find-func-tests.el') 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) -- cgit v1.2.3