X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fclasses.lisp;h=d2dcbdda7eb9c678c1e7c76d882c8f2912e9db46;hb=7caced9155e32d2e04db2f574057c33f3fda85ab;hp=ada97da3dc13db8ac423a19614c81052672d9cf9;hpb=155247574d4a5e741309bba9c40f636f7e310486;p=fiveam.git diff --git a/src/classes.lisp b/src/classes.lisp index ada97da..d2dcbdd 100644 --- a/src/classes.lisp +++ b/src/classes.lisp @@ -25,7 +25,7 @@ ((tests :accessor tests :initform (make-hash-table :test 'eql) :documentation "The hash table mapping names to test objects in this suite. The values in this hash table - can be eitehr test-cases of other test-suites.")) + can be either test-cases or other test-suites.")) (:documentation "A test suite is a collection of tests or test suites. Test suites serve to organize tests into groups so that the