From: Stelian Ionescu Date: Thu, 25 Jul 2013 14:15:07 +0000 (+0200) Subject: Fix typo X-Git-Url: http://repo.macrolet.net/gitweb/?p=fiveam.git;a=commitdiff_plain;h=ee234e6ff40605c88d235c3ee3265acbc641563a Fix typo --- 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