projects
/
fiveam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b85e1a
)
Typo.
author
Olof-Joachim Frahm
<olof@macrolet.net>
Wed, 3 Apr 2013 21:13:59 +0000
(23:13 +0200)
committer
Olof-Joachim Frahm
<olof@macrolet.net>
Fri, 14 Jun 2013 18:02:32 +0000
(20:02 +0200)
src/suite.lisp
patch
|
blob
|
history
diff --git
a/src/suite.lisp
b/src/suite.lisp
index
a74f7ed
..
b3b321d
100644
(file)
--- a/
src/suite.lisp
+++ b/
src/suite.lisp
@@
-48,7
+48,7
@@
will overrwrite any existing suite named `NAME`."
(defun remove-from-suites (test-name)
(when (get-test test-name)
- ;; if this suite alruady exists, and its :IN some other suite, remove it.
+ ;; if this suite already exists, and it's :IN some other suite, remove it.
(dolist (s (list-all-suites))
(when (gethash test-name (tests s))
(remhash test-name (tests s))))))