X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Frandom.lisp;h=6b2059abdc0424299bb047120dd86cae571b0b42;hb=678db1b9a79ea4789c77c53d7aa95d704780e3bc;hp=446f7109b2bd4dcbb7b62fdf215c75b63a9848b0;hpb=869a1f5516006aba36b927d447206f686206fbc1;p=fiveam.git diff --git a/src/random.lisp b/src/random.lisp index 446f710..6b2059a 100644 --- a/src/random.lisp +++ b/src/random.lisp @@ -144,7 +144,7 @@ Examples: (:method ((object t)) nil)) (defmethod reason ((result for-all-test-failed)) - (format nil "Falsafiable with ~S" (slot-value result 'failure-values))) + (format nil "Falsifiable with ~S" (slot-value result 'failure-values))) (defclass for-all-test-no-tests (test-failure for-all-test-result) ())