From f7df67cff0a756eefc8daea36e6468df694a43d0 Mon Sep 17 00:00:00 2001 From: klemens Date: Sun, 26 Mar 2017 17:02:22 +0200 Subject: spelling fixes Closes #1356 --- packages/AIX/RPM/curl.spec.in | 2 +- packages/EPM/curl.list.in | 2 +- packages/OS400/README.OS400 | 2 +- packages/OS400/ccsidcurl.c | 2 +- packages/Symbian/readme.txt | 2 +- packages/Win32/README | 2 +- packages/vms/clean_gnv_curl.com | 2 +- packages/vms/curl_gnv_build_steps.txt | 2 +- packages/vms/generate_vax_transfer.com | 2 +- packages/vms/readme | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'packages') diff --git a/packages/AIX/RPM/curl.spec.in b/packages/AIX/RPM/curl.spec.in index c64a0b759..634fc71a0 100644 --- a/packages/AIX/RPM/curl.spec.in +++ b/packages/AIX/RPM/curl.spec.in @@ -36,7 +36,7 @@ Note: this version is compiled without SSL support. %endif %package devel -Summary: Development files for the curl libary +Summary: Development files for the curl library Group: Development/Libraries %if %{SSL} == 1 Requires: openssl >= 0.9.5 diff --git a/packages/EPM/curl.list.in b/packages/EPM/curl.list.in index 00f05fb1d..3a2028b80 100644 --- a/packages/EPM/curl.list.in +++ b/packages/EPM/curl.list.in @@ -16,7 +16,7 @@ $datarootdir=@datarootdir@ %vendor Daniel Stenberg, %license ${srcdir}/MITX.txt %readme ${srcdir}/README -%description Curl is a command line tool for transfering data specified +%description Curl is a command line tool for transferring data specified %description with URL syntax %version @VERSION@ %packager Giuseppe "Cowo" Corbelli 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. diff --git a/packages/Symbian/readme.txt b/packages/Symbian/readme.txt index 57b899f91..d6312fbe3 100644 --- a/packages/Symbian/readme.txt +++ b/packages/Symbian/readme.txt @@ -70,7 +70,7 @@ P.I.P.S. causes a USER:87 panic if certain timeouts much longer than half an hour are selected. LDAP, SCP or SFTP methods are not supported due to lack of support for -the dependent libaries on Symbian. +the dependent libraries on Symbian. gzip and deflate decompression is supported when the appropriate macro is uncommented in the libcurl.mmp file. diff --git a/packages/Win32/README b/packages/Win32/README index eb5d0a6a5..b37b57532 100644 --- a/packages/Win32/README +++ b/packages/Win32/README @@ -20,7 +20,7 @@ marker, you'll want to rejoin the pieces to be all on one line in the batch file). Call any of these batch files - after compiling the curl binaries - with a single parameter specifying the name of the archive file to be created. -It is implicitely assumed that all of the binary files (curl.exe, libcurl.a, +It is implicitly assumed that all of the binary files (curl.exe, libcurl.a, etc) have previously been copied to the main directory of the curl source package (the directory where the main README resides), because that is where they should end up in the zip archive. The archive should *not* be built with diff --git a/packages/vms/clean_gnv_curl.com b/packages/vms/clean_gnv_curl.com index 24ecb11e7..ba0173fe0 100644 --- a/packages/vms/clean_gnv_curl.com +++ b/packages/vms/clean_gnv_curl.com @@ -11,7 +11,7 @@ $! $! This should be run with no parameters after the gnv_curl_configure.sh $! script is run. $! -$! Paramter P1: REALCLEAN +$! Parameter P1: REALCLEAN $! This removes all build products and brings the environment back to $! the point where the gnv_curl_configure.sh procedure needs to be run again. $! diff --git a/packages/vms/curl_gnv_build_steps.txt b/packages/vms/curl_gnv_build_steps.txt index 83534c002..3420aae73 100644 --- a/packages/vms/curl_gnv_build_steps.txt +++ b/packages/vms/curl_gnv_build_steps.txt @@ -235,7 +235,7 @@ branding the PCSI kit based on who is making the kit. Since at this time curl does not need this alias procedure, the steps to automatically build it are not included here. - While newer versions of PCSI can support ODS-5 filenames, not all verions + While newer versions of PCSI can support ODS-5 filenames, not all versions of PCSI on systems that have ODS-5 filenames do. So as a post install step, the PCSI kit built by these steps does a rename to the correct case as a post install step. diff --git a/packages/vms/generate_vax_transfer.com b/packages/vms/generate_vax_transfer.com index 115db8a8c..92391f92e 100644 --- a/packages/vms/generate_vax_transfer.com +++ b/packages/vms/generate_vax_transfer.com @@ -219,7 +219,7 @@ $deck ; The first for upper case which matches the tradition method of generating ; VAX transfer vectors. ; -; The second is the exact case for compatibilty with open source C programs +; The second is the exact case for compatibility with open source C programs ; that expect exact case symbols in images. These are separated because a ; previous kit had only upper case symbols. ; diff --git a/packages/vms/readme b/packages/vms/readme index 5f116a554..ddfac747a 100644 --- a/packages/vms/readme +++ b/packages/vms/readme @@ -218,7 +218,7 @@ allow interrupted downloads to be continued. The libcurl file module still does not understand VMS file types and requires -the input files to be in STREAM_LF to work propery. +the input files to be in STREAM_LF to work property. The test suites are not supported as of 7.11.0. -- cgit v1.2.3