X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fsuite.lisp;h=0118e1a5012c5b3324a04cc9cc5436219559a3cb;hb=54f0cf6665c6273328c2c1c98d4f8b4a3508a0ac;hp=64223e06d1b0419872e208ab89a2bea8d9de5e7b;hpb=1454981ac5f4f7ea8fe741a8125efbf0b09497ea;p=fiveam.git diff --git a/src/suite.lisp b/src/suite.lisp index 64223e0..0118e1a 100644 --- a/src/suite.lisp +++ b/src/suite.lisp @@ -6,7 +6,7 @@ ;;;; Test suites allow us to collect multiple tests into a single ;;;; object and run them all using asingle name. Test suites do not -;;;; affect teh way test are run northe way the results are handled, +;;;; affect the way test are run nor the way the results are handled, ;;;; they are simply a test organizing group. ;;;; Test suites can contain both tests and other test suites. Running