aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-16 14:57:50 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-10-16 14:57:50 +0200
commit105464ea46faab9425b56e8abe4d8cb3b8d5cb5c (patch)
tree83d6a2524a5532afe09bebcb850e2ed49b9fc98e
parentAdd some more RFC references to README. (diff)
downloadcalp-105464ea46faab9425b56e8abe4d8cb3b8d5cb5c.tar.gz
calp-105464ea46faab9425b56e8abe4d8cb3b8d5cb5c.tar.xz
Fix spelling error.
-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))))