diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/vms/config_h.com | 2 | ||||
-rw-r--r-- | packages/vms/readme | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/vms/config_h.com b/packages/vms/config_h.com index 4049d9f06..6973eacf1 100644 --- a/packages/vms/config_h.com +++ b/packages/vms/config_h.com @@ -2129,7 +2129,7 @@ $! $write tf " /* Allow compiler builtins */" $write tf "/*-------------------------*/" $write tf "#ifdef __DECC_VER" -$write tf "#include <non_existant_dir:builtins.h>" +$write tf "#include <non_existent_dir:builtins.h>" $write tf "#endif" $! $write tf "" diff --git a/packages/vms/readme b/packages/vms/readme index be1278fca..0bb61663c 100644 --- a/packages/vms/readme +++ b/packages/vms/readme @@ -168,8 +168,8 @@ in other ways. Product files (.EXE, .H, .LIS, .MAP, .OBJ, .OLB, ...) should be produced in an architecture-specific subdirectory under this directory ([.ALPHA], [.IA64], [.VAX]). -The file curl_gnv_build_steps.txt contains information on buildling using -the GNV tool kit, building a shared libcurl, and producting a PCSI kit for +The file curl_gnv_build_steps.txt contains information on building using +the GNV tool kit, building a shared libcurl, and producing a PCSI kit for distribution. The curl_gnv_build_steps.text is included in the release notes file of the PCSI kit. |