aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-10-16 11:04:53 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-10-16 11:04:53 +0000
commitdd9e0164d5dda3f202d370cb765e4d2c56a9ba4d (patch)
tree32816c48514db2b1c32eb67509828ea900591a2a
parent9d16b4081ed011c11f9876ae2685076e92113593 (diff)
I renamed the function
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 6d6515b8f..d16b3ed55 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,7 +13,7 @@ Daniel Stenberg (15 Oct 2008)
Turkish locale is used. This is because 'i' and 'I' isn't the same letter so
strcasecmp() on those letters are different in Turkish than in English (or
just about all other languages). I thus introduced a totally new internal
- function in libcurl (called Curl_ascii_equal) for doing case insentive
+ function in libcurl (called Curl_raw_equal) for doing case insentive
comparisons for english-(ascii?) style strings that thus will make "file"
and "FILE" match even if the Turkish locale is selected.