From ee234e6ff40605c88d235c3ee3265acbc641563a Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Thu, 25 Jul 2013 16:15:07 +0200 Subject: [PATCH] Fix typo --- src/suite.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/suite.lisp b/src/suite.lisp index 03e232e..003f873 100644 --- a/src/suite.lisp +++ b/src/suite.lisp @@ -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 -- 1.7.10.4