spelling fixes

Detected using the `codespell` tool.

Also contains one URL protocol upgrade.

Closes https://github.com/curl/curl/pull/2334
This commit is contained in:
Viktor Szakats 2018-02-23 23:29:01 +00:00
parent 06df42410e
commit 7e35eb7729
32 changed files with 49 additions and 48 deletions

View file

@ -451,7 +451,7 @@ sub build_sys_abs_path {
return $path;
}
elsif(should_use_cygpath()) {
# 'cygpath' is avalable - use it.
# 'cygpath' is available - use it.
my $has_final_slash = ($path =~ m{[\\/]$});