~ chicken-core (chicken-5) 8dbd7529a00ff9678653a61f049b3160cba331d2


commit 8dbd7529a00ff9678653a61f049b3160cba331d2
Author:     Mario Domenech Goulart <mario.goulart@gmail.com>
AuthorDate: Thu Apr 17 11:04:13 2014 -0300
Commit:     Mario Domenech Goulart <mario.goulart@gmail.com>
CommitDate: Thu Apr 17 11:04:13 2014 -0300

    NEWS: typo fix (s/leightweight/lightweight/)

diff --git a/NEWS b/NEWS
index b4b97aef..a7507186 100644
--- a/NEWS
+++ b/NEWS
@@ -146,7 +146,7 @@
   - Type-analysis ("scrutiny") is enabled by default now, unless
     "-optimize-level 0" or "-no-usual-integrations" is given.
   - The "-scrutinize" compiler option has been deprecated.
-  - A new leightweight flow-analysis pass ("lfa2") has been added.
+  - A new lightweight flow-analysis pass ("lfa2") has been added.
     Enable by passing the "-lfa2" option to the compiler.
   - The deprecated options "-disable-warning", "-heap-growth", "-heap-shrinkage"
     and "-heap-initial-size" have been removed.
Trap