From 0cb2d1a0abb76375e059d5029083ffc34b325b6b Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Sun, 29 Jul 2012 18:56:53 +0200 Subject: [PATCH] Fix typo --- src/test.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test.lisp b/src/test.lisp index 2712d6a..616b77e 100644 --- a/src/test.lisp +++ b/src/test.lisp @@ -54,7 +54,7 @@ If DEPENDS-ON is a symbol it is interpreted as `(AND ,depends-on), this is accomadate the common case of one test depending on another. -FIXTURE specifies a fixtrue to wrap the body in. +FIXTURE specifies a fixture to wrap the body in. If PROFILE is T profiling information will be collected as well." (let* ((tmp (gensym)) -- 1.7.10.4