~ chicken-core (chicken-5) cb9155e78911dbf009d75d324449b9e9294bfdec
commit cb9155e78911dbf009d75d324449b9e9294bfdec
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Aug 14 11:44:51 2012 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Tue Aug 14 11:44:51 2012 +0200
typo fix in comment
diff --git a/eval.scm b/eval.scm
index 10a9bec2..9ae1c8b5 100644
--- a/eval.scm
+++ b/eval.scm
@@ -846,7 +846,7 @@
env) )
-;;; Setting properties dynamically scroped
+;;; Setting properties dynamically scoped
(define-values (##sys#put/restore! ##sys#with-property-restore)
(let ((trail '())
Trap