diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/DOS/common.dj | 2 | ||||
-rwxr-xr-x | packages/vms/build_vms.com | 2 | ||||
-rw-r--r-- | packages/vms/readme | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/packages/DOS/common.dj b/packages/DOS/common.dj index 3ac4536c4..1f5d69636 100644 --- a/packages/DOS/common.dj +++ b/packages/DOS/common.dj @@ -25,7 +25,7 @@ ifneq ($(findstring COMMAND.COM,$(SHELL)),COMMAND.COM) endif # -# Define shell dependant commands and vars +# Define shell dependent commands and vars # ifeq ($(IS_UNIX_SHELL),1) COPY = cp -f diff --git a/packages/vms/build_vms.com b/packages/vms/build_vms.com index d6de0c2fc..64a07e5fd 100755 --- a/packages/vms/build_vms.com +++ b/packages/vms/build_vms.com @@ -30,7 +30,7 @@ $! $! 2-DEC-2003, MSK, the "original" version. $! It works for me. Your mileage may vary. $! 13-JAN-2004, MSK, moved this procedure to the [.packages.vms] directory -$! and updated it to do hardware dependant builds. +$! and updated it to do hardware dependent builds. $! 29-JAN-2004, MSK, moved logical defines into defines.com $! 6-FEB-2004, MSK, put in various SSL support bits $! 9-MAR-2004, MSK, the config-vms.h* files are now copied to the lib and diff --git a/packages/vms/readme b/packages/vms/readme index bf365c497..cf14ded44 100644 --- a/packages/vms/readme +++ b/packages/vms/readme @@ -53,7 +53,7 @@ In theory you should be able to do an @defines followed by an an .exe. I say in theory because every release of cURL tosses in a new twist that has to be addressed by updating the config-vms.h* files, or other files. I'm working on keeping all the OpenVMS -dependant stuff in this config file to keep from having to wade +dependent stuff in this config file to keep from having to wade through gobs of #ifdefs and such. Other Notes: |