From 4b6fd29f1a0e5e71b1863b843324a7bdc800ef0a Mon Sep 17 00:00:00 2001 From: Pedro Monreal Date: Sun, 2 Feb 2020 09:49:28 +0100 Subject: cleanup: fix typos and wording in docs and comments Closes #4869 Reviewed-by: Emil Engler and Daniel Gustafsson --- packages/vms/compare_curl_source.com | 2 +- packages/vms/curl_crtl_init.c | 2 +- packages/vms/readme | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'packages') diff --git a/packages/vms/compare_curl_source.com b/packages/vms/compare_curl_source.com index eeaec31dc..66f6a4598 100644 --- a/packages/vms/compare_curl_source.com +++ b/packages/vms/compare_curl_source.com @@ -17,7 +17,7 @@ $! me because VMS Backup can create a saveset of files from a $! NFS mounted volume. $! $! First the files in the original source directory which is assumed to be -$! under source codde control are compared with the copy directory. +$! under source code control are compared with the copy directory. $! $! Then the files are are only in the copy directory are listed. $! diff --git a/packages/vms/curl_crtl_init.c b/packages/vms/curl_crtl_init.c index 7a8d84743..9f7cf66c7 100644 --- a/packages/vms/curl_crtl_init.c +++ b/packages/vms/curl_crtl_init.c @@ -1,7 +1,7 @@ /* File: curl_crtl_init.c * * This file makes sure that the DECC Unix settings are correct for - * the mode the the program is run in. + * the mode the program is run in. * * The CRTL has not been initialized at the time that these routines * are called, so many routines can not be called. diff --git a/packages/vms/readme b/packages/vms/readme index ddfac747a..be1278fca 100644 --- a/packages/vms/readme +++ b/packages/vms/readme @@ -194,7 +194,7 @@ LDAP and Kerberos installed, you can use the GNV_LINK_CURL.COM file. The GNV_LINK_CURL.COM contains information on how to link and run with a newer version of HP SSL than what may be install on an Alpha or IA64 based system. -To build the PCSI kit, follow the the instructions in the file +To build the PCSI kit, follow the instructions in the file curl_gnv_build_steps.txt. Other Notes: @@ -206,7 +206,7 @@ The libcurl formdata.c module and Curl tools post form now have some understanding of VMS file types. Files will be posted in STREAM_LF format. The Curl tool now has some understanding of VMS file types and will upload the -files in STREAM_LF fomat. +files in STREAM_LF format. When CURL is uploading a VARIABLE format VMS file, it is less efficient as in order to get the file size, it will first read the entire file once, and then -- cgit v1.2.3