mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:23:44 +03:00
spelling fixes
Detected using the `codespell` tool (version 1.13.0). Also secure and fix an URL.
This commit is contained in:
parent
71c39f2965
commit
4bd91bc474
22 changed files with 32 additions and 32 deletions
|
|
@ -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
|
||||
$!
|
||||
|
|
|
|||
|
|
@ -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'"
|
||||
$!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue