diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2018-02-23 23:29:01 +0000 |
---|---|---|
committer | Viktor Szakats <vszakats@users.noreply.github.com> | 2018-02-23 23:29:01 +0000 |
commit | 7e35eb77292fe6464889ddc8329c6a64136f969d (patch) | |
tree | 76b1bdd02473d44be6773d0c61bbe8e98aeb8ffd /packages/OS400 | |
parent | 06df42410e8829b70812b56664ab9fe3c77b683a (diff) |
spelling fixes
Detected using the `codespell` tool.
Also contains one URL protocol upgrade.
Closes https://github.com/curl/curl/pull/2334
Diffstat (limited to 'packages/OS400')
-rw-r--r-- | packages/OS400/README.OS400 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/OS400/README.OS400 b/packages/OS400/README.OS400 index f9817b4e0..c766a1f6e 100644 --- a/packages/OS400/README.OS400 +++ b/packages/OS400/README.OS400 @@ -183,8 +183,8 @@ CCSID. CURLINFO_COOKIELIST Lists returned should be released with curl_slist_free_all() after use. Option CURLINFO_CERTINFO is followed by a struct curl_certinfo * * and a -CCSID. Returned structures sould be free'ed using curl_certinfo_free_all() after -use. +CCSID. Returned structures should be free'ed using curl_certinfo_free_all() +after use. Other options are processed like in curl_easy_getinfo(). _ curl_pushheader_bynum_cssid() and curl_pushheader_byname_ccsid() @@ -243,7 +243,7 @@ _ If data compression has to be supported, ZLIB development environment must _ Likewise, if SCP and SFTP protocols have to be compiled in, LIBSSH2 developent environment must be installed. _ Install the curl source directory in IFS. Do NOT install it in the - installation target directory (wich defaults to /curl). + installation target directory (which defaults to /curl). _ Enter shell (QSH) _ Change current directory to the curl installation directory _ Change current directory to ./packages/OS400 |