aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtestrunner.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/testrunner.scm b/testrunner.scm
index cfe343f4..063a281a 100755
--- a/testrunner.scm
+++ b/testrunner.scm
@@ -135,7 +135,7 @@ exec "$GUILE" --debug --no-auto-compile -e main -s "$0" "$@"
(if proc
(format #t " ~a thrown in ~a. ~?~%"
err proc fmt args)
- (format #t "~a thrtown. ~?~%"
+ (format #t "~a thrown. ~?~%"
err fmt args)))
(args (format #t " ~s~%" args)))
args))))