From: Stelian Ionescu Date: Mon, 23 Apr 2012 10:53:56 +0000 (+0200) Subject: Fix typo X-Git-Url: http://repo.macrolet.net/gitweb/?p=fiveam.git;a=commitdiff_plain;h=c7667c4ac1b77d7128e4c43da8f1997ea24d8921 Fix typo --- 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))