~ chicken-core (chicken-5) e7aa05a33fda11c6d7cdd2d39f029fa484b673f1
commit e7aa05a33fda11c6d7cdd2d39f029fa484b673f1 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Tue Sep 20 09:16:17 2011 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Tue Sep 20 09:16:17 2011 +0200 another trivial typeo-fix diff --git a/library.scm b/library.scm index 55ee1a93..8ceb7de1 100644 --- a/library.scm +++ b/library.scm @@ -2322,7 +2322,7 @@ EOF (let ((string-append string-append) (keyword-style keyword-style) (case-sensitive case-sensitive) - (parantheses-synonyms parantheses-synonyms) + (parentheses-synonyms parentheses-synonyms) (symbol-escape symbol-escape) (current-read-table current-read-table) (kwprefix (string (integer->char 0))))Trap