From c7667c4ac1b77d7128e4c43da8f1997ea24d8921 Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Mon, 23 Apr 2012 12:53:56 +0200 Subject: [PATCH] Fix typo --- src/run.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/run.lisp b/src/run.lisp index c5020fb..c473754 100644 --- a/src/run.lisp +++ b/src/run.lisp @@ -56,7 +56,7 @@ between test-cases has been detected.")) (defgeneric run-resolving-dependencies (test) (:documentation "Given a dependency spec determine if the spec is satisfied or not, this will generally involve running other -tests. If the dependency spec can be satisfied the test is alos +tests. If the dependency spec can be satisfied the test is also run.")) (defmethod run-resolving-dependencies ((test test-case)) -- 1.7.10.4