X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fsuite.lisp;h=a71c6eb11b71fc457d2568d877d1fa27efd98681;hb=2dadd63fdad6593f3f6ae5206d5bec69dc4da8de;hp=362dc0487abc26e75c69db23fb0759cfc15ddc06;hpb=18e49d01c2cd5c254862946e8b5b77844107f867;p=fiveam.git diff --git a/src/suite.lisp b/src/suite.lisp index 362dc04..a71c6eb 100644 --- a/src/suite.lisp +++ b/src/suite.lisp @@ -37,7 +37,7 @@ named NAME." (defun make-suite (name &key description in) "Create a new test suite object. -Overides any existing suite named NAME." +Overrides any existing suite named NAME." (let ((suite (make-instance 'test-suite :name name))) (when description (setf (description suite) description))