diff options
author | XhmikosR <xhmikosr@gmail.com> | 2020-12-25 07:52:59 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-12-26 23:54:25 +0100 |
commit | aadc75626bbe84db3b67a030ce5b72259cb856ac (patch) | |
tree | 44fae8dccf04ffc887d3aee5ba04965fac8e4cef /packages | |
parent | 334f85b3fc541fb1deca2e8f5ff3f707ecebcb4f (diff) | |
download | curl-aadc75626bbe84db3b67a030ce5b72259cb856ac.tar.gz |
misc: assorted typo fixes
Closes #6375
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. |