Fix thinko in test's docstring
authorMarco Baringer <mb@bese.it>
Tue, 24 Jan 2006 11:37:54 +0000 (12:37 +0100)
committerMarco Baringer <mb@bese.it>
Tue, 24 Jan 2006 11:37:54 +0000 (12:37 +0100)
src/test.lisp

index 82b0c6c..2e3020a 100644 (file)
@@ -16,7 +16,7 @@
   names to objects.")
 
 (defmacro test (name &body body)
-  "Create a suite named NAME. If NAME is a list it must be of the
+  "Create a test named NAME. If NAME is a list it must be of the
 form:
 
   (name &key depends-on suite)