From ca015dec396cae21466f6d375600ae37cdf83e77 Mon Sep 17 00:00:00 2001 From: Olof-Joachim Frahm Date: Fri, 24 Aug 2012 17:33:20 +0300 Subject: [PATCH] Typo. --- src/check.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/check.lisp b/src/check.lisp index 12f2256..21f7bf4 100644 --- a/src/check.lisp +++ b/src/check.lisp @@ -121,7 +121,7 @@ REASON-ARGS is provided, is generated based on the form of TEST: (predicate value) - Means that we want to ensure that VALUE satisfies PREDICATE. - Wrapping the TEST form in a NOT simply preducse a negated reason + Wrapping the TEST form in a NOT simply produces a negated reason string." (assert (listp test) (test) -- 1.7.10.4