~ chicken-core (chicken-5) 33893ecb2a80faa641629ed493d5d36c59cb3110


commit 33893ecb2a80faa641629ed493d5d36c59cb3110
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Sun May 15 22:55:09 2011 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sun May 15 22:55:09 2011 +0200

    typos

diff --git a/manual/Non-standard macros and special forms b/manual/Non-standard macros and special forms
index 9f134b03..659e784d 100644
--- a/manual/Non-standard macros and special forms	
+++ b/manual/Non-standard macros and special forms	
@@ -268,8 +268,8 @@ are defined. Names of constants still exist in the Scheme namespace
 and can be lexically shadowed.  If the value is mutable, then the
 compiler is careful to preserve its identity.  {{CONST}} may be any
 constant expression, and may also refer to constants defined via
-{{define-constant}} previouslym, but it must be possible to
-evaulate the expression at compile-time.
+{{define-constant}} previously, but it must be possible to
+evaluate the expression at compile-time.
 
 ==== define-inline
 
Trap