aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2009-09-06 00:00:19 +0000
committerGunter Knauf <gk@gknw.de>2009-09-06 00:00:19 +0000
commit1486a1183952129515a2c44740ed9bea16a11e76 (patch)
tree8d1500ba32211e6ed0702e5b4d24a8cac8c7a10c
parentc4c15288d200500b9776ad62bf873415b748f6c3 (diff)
language! / take2
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 949e6bc5a..83dd32c54 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,11 +7,11 @@
Changelog
Daniel Stenberg (2 Sep 2009)
-- Daniel Johnson found a flaw in the code convering sftp-errors to libcurl
+- Daniel Johnson found a flaw in the code converting sftp-errors to libcurl
errors.
Daniel Stenberg (1 Sep 2009)
-- Peter Sylvester made a debug featuer for Curl_resolv() that now will force
+- Peter Sylvester made a debug feature for Curl_resolv() that now will force
libcurl to resolve 'localhost' whatever name you use in the URL *if* you set
the --interface option to (exactly) "LocalHost". This will enable us to
write tests for custom hosts names but still use a local host server.