diff -r fdef852a6565 -r 8591746fa134 stage3/stage3.cc --- a/stage3/stage3.cc Mon Apr 16 20:13:58 2012 +0100 +++ b/stage3/stage3.cc Tue Apr 17 09:58:06 2012 +0100 @@ -77,7 +77,7 @@ error_count += lvalue_check(tree_root); if (error_count > 0) { - fprintf(stderr, "%d errors found. Bailing out!\n", error_count); + fprintf(stderr, "%d error(s) found. Bailing out!\n", error_count); return -1; } return 0;