projects
/
fiveam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18e49d0
)
Fix typo
author
Stelian Ionescu
<sionescu@cddr.org>
Sun, 29 Jul 2012 15:51:47 +0000
(17:51 +0200)
committer
Stelian Ionescu
<sionescu@cddr.org>
Sun, 29 Jul 2012 15:51:47 +0000
(17:51 +0200)
src/suite.lisp
patch
|
blob
|
history
diff --git
a/src/suite.lisp
b/src/suite.lisp
index
362dc04
..
a71c6eb
100644
(file)
--- 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))