Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sionescu committed Jul 29, 2012
1 parent 18e49d0 commit 2dadd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/suite.lisp
Expand Up @@ -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))
Expand Down

0 comments on commit 2dadd63

Please sign in to comment.