~ chicken-core (chicken-5) 4fb46842b4abb10a1b6bc250d0bfbd3ac781b75e


commit 4fb46842b4abb10a1b6bc250d0bfbd3ac781b75e
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Mon Jan 24 19:27:25 2011 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Mon Jan 24 19:27:25 2011 +0100

    typo fix in types.db

diff --git a/types.db b/types.db
index 42c02179..0f32e67d 100644
--- a/types.db
+++ b/types.db
@@ -502,7 +502,7 @@
 (printf (procedure printf (string #!rest) undefined))
 (random (procedure random (number) number))
 (randomize (procedure randomize (#!optional number) undefined))
-(read-buffered (procedure read-buffered (#!otional port) string))
+(read-buffered (procedure read-buffered (#!optional port) string))
 (read-byte (procedure read-byte (#!optional port) fixnum))
 (read-file (procedure read-file (#!optional (or port string) (procedure (port) *) fixnum) list))
 (read-line (procedure read-line (#!optional port fixnum) *))
Trap