Fix typo
authorStelian Ionescu <sionescu@cddr.org>
Thu, 25 Jul 2013 14:15:07 +0000 (16:15 +0200)
committerStelian Ionescu <sionescu@cddr.org>
Thu, 25 Jul 2013 14:15:07 +0000 (16:15 +0200)
src/suite.lisp

index 03e232e..003f873 100644 (file)
@@ -54,7 +54,7 @@ Overrides any existing suite named NAME."
 
 (defun list-all-suites ()
   "Returns an unordered LIST of all suites."
-  (hash-table-values *suites*))
+  (hash-table-values *suite*))
 
 ;;;; ** Managing the Current Suite