diff options
author | klemens <ka7@github.com> | 2017-03-26 17:02:22 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-03-26 23:56:23 +0200 |
commit | f7df67cff0a756eefc8daea36e6468df694a43d0 (patch) | |
tree | 5c0f0e6547531e4681d1bf5ec88c24db322fe96f /packages/OS400 | |
parent | 8e65877870c1fac920b65219adec720df810aab9 (diff) |
spelling fixes
Closes #1356
Diffstat (limited to 'packages/OS400')
-rw-r--r-- | packages/OS400/README.OS400 | 2 | ||||
-rw-r--r-- | packages/OS400/ccsidcurl.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/OS400/README.OS400 b/packages/OS400/README.OS400 index 92eff4e53..552a3cb77 100644 --- a/packages/OS400/README.OS400 +++ b/packages/OS400/README.OS400 @@ -276,7 +276,7 @@ _ CURL.INC member in file H. This defines everything needed by an ILE/RPG program using libcurl. _ LIBxxx modules and programs. Although the test environment is not supported on OS/400, the libcurl test programs are compiled for manual tests. -_ IFS directory /curl/include/curl containg the C header files for IFS source +_ IFS directory /curl/include/curl containing the C header files for IFS source C/C++ compilation and curl.inc.rpgle for IFS source ILE/RPG compilation. diff --git a/packages/OS400/ccsidcurl.c b/packages/OS400/ccsidcurl.c index c5ac3d35a..de2c9cc01 100644 --- a/packages/OS400/ccsidcurl.c +++ b/packages/OS400/ccsidcurl.c @@ -797,7 +797,7 @@ curl_formadd_ccsid(struct curl_httppost * * httppost, unsigned int contentccsid; unsigned int nameccsid; - /* A single curl_formadd() call cannot be splitted in several calls to deal + /* A single curl_formadd() call cannot be split in several calls to deal with all parameters: the original parameters are thus copied to a local curl_forms array and converted to ASCII when needed. CURLFORM_PTRNAME is processed as if it were CURLFORM_COPYNAME. |