diff options
Diffstat (limited to 'packages/vms')
-rw-r--r-- | packages/vms/readme | 10 | ||||
-rw-r--r-- | packages/vms/vms_eco_level.h | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/packages/vms/readme b/packages/vms/readme index 1b2458053..5f116a554 100644 --- a/packages/vms/readme +++ b/packages/vms/readme @@ -83,13 +83,13 @@ curl_startup.com A procedure run at VMS startup to install the libcurl shared image and to set up the needed logical names. -curlmsg.h C header defining cURL status code macros. +curlmsg.h C header defining curl status code macros. curlmsg.msg Error message source for curlmsg.h and curlmsg.sdl. -curlmsg.sdl SDL source defining cURL status code constants. +curlmsg.sdl SDL source defining curl status code constants. -curlmsg_vms.h Mapping of cURL status codes to VMS-form codes. +curlmsg_vms.h Mapping of curl status codes to VMS-form codes. generate_config_vms_h_curl.com DCL procedure to generate the curl specific @@ -115,9 +115,9 @@ gnv_link_curl.com Links the libcurl shared image and then links a curl macro32_exactcase.patch The patch file needed to modify VAX Macro32 to be case sensitive and case preserving. -Makefile.am cURL kit file list for this directory. +Makefile.am curl kit file list for this directory. -Makefile.in cURL kit makefile source for this directory. +Makefile.in curl kit makefile source for this directory. make_gnv_curl_install.sh Script to do a make install using GNV after running diff --git a/packages/vms/vms_eco_level.h b/packages/vms/vms_eco_level.h index 435340775..354875bbb 100644 --- a/packages/vms/vms_eco_level.h +++ b/packages/vms/vms_eco_level.h @@ -19,7 +19,7 @@ */ /* This file should be incremented for each ECO that is kit */ -/* for a specific cURL x.y-z release. */ +/* for a specific curl x.y-z release. */ /* When any part of x.y-z is incremented, the ECO should be set back to 0 */ #ifndef _VMS_ECO_LEVEL_H |