~ chicken-core (chicken-5) 3c655ed6d71cba74828242319b5fd7252dadb48c
commit 3c655ed6d71cba74828242319b5fd7252dadb48c
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Tue May 25 00:55:43 2010 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Tue May 25 00:55:43 2010 +0200
trivial fix in warning
diff --git a/expand.scm b/expand.scm
index e5f9874a..0cf2ebb0 100644
--- a/expand.scm
+++ b/expand.scm
@@ -1864,7 +1864,7 @@
(set! missing #t)
(##sys#warn
(string-append
- "exported identifier for module `"
+ "exported identifier of module `"
(symbol->string name)
"' has not been defined")
id)
Trap