X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fclasses.lisp;h=d2dcbdda7eb9c678c1e7c76d882c8f2912e9db46;hb=a6753a0dbc0f074600d0bd7fc033d10955620ef4;hp=ada97da3dc13db8ac423a19614c81052672d9cf9;hpb=1454981ac5f4f7ea8fe741a8125efbf0b09497ea;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