aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.0
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.0')
-rw-r--r--CHANGES.02
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.0 b/CHANGES.0
index 3dc8185cb..2975f7311 100644
--- a/CHANGES.0
+++ b/CHANGES.0
@@ -17598,7 +17598,7 @@ Version 4.8.4
- As Julian Romero Nieto reported, curl reported wrong version number.
- As Teemu Yli-Elsila pointed out, the win32 version of 4.8 (and probably all
other versions for win32) didn't work with binary files since I'm too used
- to the UNIX style fopen() where binary and text don't differ...
+ to the Unix style fopen() where binary and text don't differ...
- Ralph Beckmann brought me some changes that lets curl compile error and
warning free with -Wall -pedantic with g++. I also took the opportunity to
clean off some unused variables and similar.