summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2018-12-25 22:28:36 +0100
committerDaniel Gustafsson <daniel@yesql.se>2018-12-25 22:43:44 +0100
commita12c6ac4a9f066741b8d3a9211a18400fbb1ab63 (patch)
tree326353ce46afd476d9cf99443420ec0b6445701b
parent35221ecb14e1bb6c201ddf05d051fd15d8632fb3 (diff)
downloadcurl-a12c6ac4a9f066741b8d3a9211a18400fbb1ab63.tar.gz
openvms: fix typos in documentation
-rw-r--r--packages/vms/curl_gnv_build_steps.txt2
-rw-r--r--packages/vms/generate_config_vms_h_curl.com2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/vms/curl_gnv_build_steps.txt b/packages/vms/curl_gnv_build_steps.txt
index 3420aae73..9072b20a2 100644
--- a/packages/vms/curl_gnv_build_steps.txt
+++ b/packages/vms/curl_gnv_build_steps.txt
@@ -198,7 +198,7 @@ The *.EXE files are not moved to the new_gnu: directory.
After you are satisfied with the results of your build, you can move the
files from new_gnu: to old_gnu: at your convenience.
-Building a PCSI kit for an archictecture takes the following steps after
+Building a PCSI kit for an architecture takes the following steps after
making sure that you have a working build environment.
Note that it requires manually creating two logical names as described
diff --git a/packages/vms/generate_config_vms_h_curl.com b/packages/vms/generate_config_vms_h_curl.com
index ef9efc2ec..16e6dd7a2 100644
--- a/packages/vms/generate_config_vms_h_curl.com
+++ b/packages/vms/generate_config_vms_h_curl.com
@@ -223,7 +223,7 @@ $write cvh "/* Location of default ca path */"
$write cvh "#define curl_ca_path ""gnv$curl_ca_path"""
$!
$! NTLM_WB_ENABLED requires fork() but configure does not know this
-$! We have to disble this in th configure command line.
+$! We have to disable this in the configure command line.
$! config_h.com finds that configure defaults to it being enabled so
$! reports it. So we need to turn it off here.
$!