~ chicken-core (chicken-5) 8e39bafd0382385f77104ff271c921f65705bb78


commit 8e39bafd0382385f77104ff271c921f65705bb78
Author:     Peter Bex <peter.bex@xs4all.nl>
AuthorDate: Thu Jan 5 18:30:27 2012 +0100
Commit:     Peter Bex <peter.bex@xs4all.nl>
CommitDate: Thu Jan 5 18:30:27 2012 +0100

    Fix typo in NEWS file which I had already fixed before but @#$&^%*(@#$ git didn't take up. FUCK YOU GIT, FUCK YOU AND YOUR RETARDED STAGING AREA CONCEPT

diff --git a/NEWS b/NEWS
index 5bb4093b..262a0630 100644
--- a/NEWS
+++ b/NEWS
@@ -56,8 +56,8 @@
     on direction and open/closed state
   - "mutate-procedure" has been renamed to "mutate-procedure!" - the old
     name is still available but deprecated ("lolevel" unit)
-  - deprecated C_hash_string and C_hash_string_ci functions in the C API
-    in favor of the more secure versions C_i_string_hash, C_i_string_ci_hash.
+  - deprecated C_hash_string and C_hash_string_ci functions in the C API in
+    favor of the more secure versions C_u_i_string_hash, C_u_i_string_ci_hash
 
 - Compiler
   - fixed a bug in the compiler that could cause some variable bindings
Trap