Skip to content

Commit

Permalink
Merge pull request #14 from MisterArslan/dev
Browse files Browse the repository at this point in the history
Update of various README.md
  • Loading branch information
snambakam authored Dec 4, 2019
2 parents d6511c1 + 9992df0 commit 2b535fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion curl/docs/README.netware
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion curl/include/README
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion curl/lib/README.pipelining
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2b535fa

Please sign in to comment.