summaryrefslogtreecommitdiff
path: root/test/lisp/subr-tests.el
diff options
context:
space:
mode:
authorPhilipp Stephani <phst@google.com>2021-07-05 20:34:36 +0200
committerPhilipp Stephani <phst@google.com>2021-07-05 20:34:55 +0200
commitf2896fdb6ab827193166a26839f710a197a6ba57 (patch)
treee2c40326973c7ac0d95583cfdbcc245a475be8bc /test/lisp/subr-tests.el
parentc03ad2b19eb7d874ad3d46183161e30a8439564c (diff)
downloademacs-f2896fdb6ab827193166a26839f710a197a6ba57.tar.gz
emacs-f2896fdb6ab827193166a26839f710a197a6ba57.tar.bz2
emacs-f2896fdb6ab827193166a26839f710a197a6ba57.zip
; * test/lisp/subr-tests.el (subr-tests-add-hook-depth): Fix a typo.
Diffstat (limited to 'test/lisp/subr-tests.el')
-rw-r--r--test/lisp/subr-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/subr-tests.el b/test/lisp/subr-tests.el
index 375251cffc5..b57982a7055 100644
--- a/test/lisp/subr-tests.el
+++ b/test/lisp/subr-tests.el
@@ -477,7 +477,7 @@ See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=19350."
(add-hook 'subr-tests--hook 'f7 90)
(add-hook 'subr-tests--hook 'f8 t)
(should (equal subr-tests--hook '(f5 f6 f2 f1 f4 f3 f7 f8)))
- ;; Make sue `nil' is equivalent to 0.
+ ;; Make sure `nil' is equivalent to 0.
(add-hook 'subr-tests--hook 'f9 0)
(add-hook 'subr-tests--hook 'f10)
(should (equal subr-tests--hook '(f5 f10 f9 f6 f2 f1 f4 f3 f7 f8)))