~ chicken-core (chicken-5) 8ce4a09fb70b5c4be2c51949078556be7acd27b9
commit 8ce4a09fb70b5c4be2c51949078556be7acd27b9
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Fri Jun 10 14:03:56 2011 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Fri Jun 10 14:03:56 2011 +0200
small typo in error message
diff --git a/scrutinizer.scm b/scrutinizer.scm
index a10e1551..afc18eb9 100755
--- a/scrutinizer.scm
+++ b/scrutinizer.scm
@@ -1332,7 +1332,7 @@
(##core#undefined)
(##core#app
##sys#error ',loc
- ',(sprintf "expected argument `~a' to by of type `~s'"
+ ',(sprintf "expected argument `~a' to be of type `~s'"
v t)
,v))))
b))))))))
Trap