emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f2896fd: ; * test/lisp/subr-tests.el (subr-tests-add-hook-depth):


From: Philipp Stephani
Subject: master f2896fd: ; * test/lisp/subr-tests.el (subr-tests-add-hook-depth): Fix a typo.
Date: Mon, 5 Jul 2021 14:35:30 -0400 (EDT)

branch: master
commit f2896fdb6ab827193166a26839f710a197a6ba57
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

    ; * test/lisp/subr-tests.el (subr-tests-add-hook-depth): Fix a typo.
---
 test/lisp/subr-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/subr-tests.el b/test/lisp/subr-tests.el
index 375251c..b57982a 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]