spelling fixes

Closes #1356
This commit is contained in:
klemens 2017-03-26 17:02:22 +02:00 committed by Daniel Stenberg
parent 8e65877870
commit f7df67cff0
92 changed files with 165 additions and 165 deletions

View file

@ -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.

View file

@ -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.