diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-03-21 12:39:18 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-03-21 12:39:18 +0100 |
commit | 131e432bd5bab50c0f198f3244616e4acc2b3f89 (patch) | |
tree | 12ecb3441582f58a09c84559eb433628806a2615 /RELEASE-NOTES | |
parent | b3b9c627b469610d168a29908d361a7c7d8d03de (diff) | |
download | curl-131e432bd5bab50c0f198f3244616e4acc2b3f89.tar.gz |
RELEASE-NOTES: typo
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b7ab2cc98..aa9a01f28 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -55,7 +55,7 @@ This release includes the following bugfixes: o proxy: skip SSL initialization for closed connections [22] o http_proxy: ignore TE and CL in CONNECT 2xx responses [23] o tool_writeout: fixed a buffer read overrun on --write-out - o make: regenerate docs/curl.1 by runinng make in docs [25] + o make: regenerate docs/curl.1 by running make in docs [25] o winbuild: add basic support for OpenSSL 1.1.x [26] o build: removed redundant DEPENDENCIES from makefiles o CURLINFO_LOCAL_PORT.3: added example |