diff --git a/HTF.cabal b/HTF.cabal
--- a/HTF.cabal
+++ b/HTF.cabal
@@ -1,8 +1,8 @@
 Name:             HTF
-Version:          0.7.0.0
+Version:          0.7.0.1
 License:          LGPL
 License-File:     LICENSE
-Copyright:        (c) 2005-2010 Stefan Wehr
+Copyright:        (c) 2005-2011 Stefan Wehr
 Author:           Stefan Wehr <mail@stefanwehr.de>
 Maintainer:       Stefan Wehr <mail@stefanwehr.de>
 Bug-Reports:      mailto:mail@stefanwehr.de
diff --git a/Test/Framework/TestManager.hs b/Test/Framework/TestManager.hs
--- a/Test/Framework/TestManager.hs
+++ b/Test/Framework/TestManager.hs
@@ -214,7 +214,7 @@
           reportDoc (text "\nFailures:" $$ renderTestNames
                                              (reverse (ts_failed s)))
        when (error > 0) $
-          reportDoc (text "\nFailures:" $$ renderTestNames
+          reportDoc (text "\nErrors:" $$ renderTestNames
                                              (reverse (ts_error s)))
        return $ case () of
                   _| failed == 0 && error == 0 -> ExitSuccess
diff --git a/Test/Framework/Tutorial.hs b/Test/Framework/Tutorial.hs
--- a/Test/Framework/Tutorial.hs
+++ b/Test/Framework/Tutorial.hs
@@ -66,7 +66,7 @@
 @
 main =
     do args <- getArgs
-       runTestWithArgs args reverseTests
+       runTestWithArgs args allHTFTests
 @
 
 Here is the skeleton of a @.cabal@ file which you may want to use to
