From ad5fc2b4d4b8f13d29b9f2adfe7c6088a368735c Mon Sep 17 00:00:00 2001 From: MisterArslan Date: Tue, 30 Oct 2018 21:52:43 +0300 Subject: [PATCH 1/3] Update README.md Correction of syntax error --- curl/docs/README.netware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curl/docs/README.netware b/curl/docs/README.netware index 41da2e8dc..12065f305 100644 --- a/curl/docs/README.netware +++ b/curl/docs/README.netware @@ -10,7 +10,7 @@ README.netware Curl has been successfully compiled with gcc / nlmconv on different flavours of Linux as well as with the official Metrowerks CodeWarrior compiler. - While not being the main development target, a continously growing share of + While not being the main development target, a continuously growing share of curl users are NetWare-based, specially also consuming the lib from PHP. The unix-style man pages are tricky to read on windows, so therefore are all From a2563c1ac5fd39c8e57bea2dc933a0d739d33ccf Mon Sep 17 00:00:00 2001 From: MisterArslan Date: Tue, 30 Oct 2018 21:53:25 +0300 Subject: [PATCH 2/3] Update README.md Correction of syntax error --- curl/include/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curl/include/README b/curl/include/README index 205f9f7dd..3e52a1d0a 100644 --- a/curl/include/README +++ b/curl/include/README @@ -36,7 +36,7 @@ The following notes apply to libcurl version 7.19.0 and later. * If you intend to distribute an already compiled libcurl library you _MUST_ also distribute along with it the generated curl/curlbuild.h which has been used to compile it. Otherwise the library will be of no use for the users of - the library that you have built. It is _your_ responsability to provide this + the library that you have built. It is _your_ responsibility to provide this file. No one at the cURL project can know how you have built the library. * File curl/curlbuild.h includes platform and configuration dependent info, From 9992df0d9701a38f466ad16a9884065dd1e14ee1 Mon Sep 17 00:00:00 2001 From: MisterArslan Date: Tue, 30 Oct 2018 21:54:11 +0300 Subject: [PATCH 3/3] Update README.md Correction of syntax error --- curl/lib/README.pipelining | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curl/lib/README.pipelining b/curl/lib/README.pipelining index c7b462248..b3d83844a 100644 --- a/curl/lib/README.pipelining +++ b/curl/lib/README.pipelining @@ -10,7 +10,7 @@ interface use. Considerations When using the multi interface, you create one easy handle for each transfer. -Bascially any number of handles can be created, added and used with the multi +Basically any number of handles can be created, added and used with the multi interface - simultaneously. It is an interface designed to allow many simultaneous transfers while still using a single thread. Pipelining does not change any of these details.