From 6b8ebd981528242319eeb8d8ef931df8ceaaefe5 Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Sun, 22 Dec 2013 22:53:24 -0800 Subject: [PATCH] Fix typo. --- tests/trac.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/trac.lisp b/tests/trac.lisp index 2f9a4ae81..a2a1e35dd 100644 --- a/tests/trac.lisp +++ b/tests/trac.lisp @@ -157,7 +157,7 @@ (dotimes (i 300) (let ((ch (read-char s nil nil))) (unless (= i (char-code ch)) - (push (list i ch (char-code ch)) faillures))))) + (push (list i ch (char-code ch)) failures))))) failures) (delete-file path))))) -- GitLab