spelling fixes

Detected using the `codespell` tool (version 1.13.0).

Also secure and fix an URL.
This commit is contained in:
Viktor Szakats 2018-06-03 12:14:45 +00:00
parent 71c39f2965
commit 4bd91bc474
22 changed files with 32 additions and 32 deletions

View file

@ -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
$!

View file

@ -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'"
$!