diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2018-06-03 12:14:45 +0000 |
---|---|---|
committer | Viktor Szakats <vszakats@users.noreply.github.com> | 2018-06-03 12:14:45 +0000 |
commit | 4bd91bc4742dbf194dd7a63519aa1ed32e4db47d (patch) | |
tree | 46fa0ad2951fd0cd86c3875b9c065a1aebc54217 /packages | |
parent | 71c39f29651523ffda10d0abc17f9057f54bd356 (diff) | |
download | curl-4bd91bc4742dbf194dd7a63519aa1ed32e4db47d.tar.gz |
spelling fixes
Detected using the `codespell` tool (version 1.13.0).
Also secure and fix an URL.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/vms/build_gnv_curl_pcsi_desc.com | 2 | ||||
-rw-r--r-- | packages/vms/setup_gnv_curl_build.com | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/vms/build_gnv_curl_pcsi_desc.com b/packages/vms/build_gnv_curl_pcsi_desc.com index 3b4cd803f..fab2c823c 100644 --- a/packages/vms/build_gnv_curl_pcsi_desc.com +++ b/packages/vms/build_gnv_curl_pcsi_desc.com @@ -351,7 +351,7 @@ $ endif $ endif $ endif $! -$! Filenames with $ in them are VMS special and do not need to be lowercased. +$! Filenames with $ in them are VMS special and do not need to be lowercase. $! -------------------------------------------------------------------------- $ if f$locate("$", pathname) .lt. f$length(pathname) then goto inst_file_loop $! diff --git a/packages/vms/setup_gnv_curl_build.com b/packages/vms/setup_gnv_curl_build.com index beec733c3..09f22a22e 100644 --- a/packages/vms/setup_gnv_curl_build.com +++ b/packages/vms/setup_gnv_curl_build.com @@ -60,7 +60,7 @@ $! $! We want detailed build logs. $ clist = "/list/show=(expan,includ)" $! -$! We want full symbol names in exact case. Need a commmon +$! We want full symbol names in exact case. Need a common $! repository for all directories. $ cnames = "/names=(shortened,as_is)/repository=''base_dir'" $! |