~ chicken-core (chicken-5) aae34f1a0a18ff518c3b7a958f15ba98162715e7


commit aae34f1a0a18ff518c3b7a958f15ba98162715e7
Author:     Mario Domenech Goulart <mario.goulart@gmail.com>
AuthorDate: Tue Feb 7 17:12:59 2012 -0200
Commit:     Mario Domenech Goulart <mario.goulart@gmail.com>
CommitDate: Tue Feb 7 17:12:59 2012 -0200

    NEWS typo fix (s/und/and/)

diff --git a/NEWS b/NEWS
index 99e8edd8..2d3181fc 100644
--- a/NEWS
+++ b/NEWS
@@ -80,7 +80,7 @@
     countless bugs fixed
   - deprecated the "constant" declaration specifier
   - "unboxing" optimization has been completely removed - the implementation
-    was unreliable und unmaintainable; the "-unboxing" compiler option will
+    was unreliable and unmaintainable; the "-unboxing" compiler option will
     still be accepted but will produce a warning
   - Peter Bex contributed an optimization to the analysis pass that 
     greatly reduces compile time for source code containing deeply nested
Trap