misc: assorted typo fixes

Closes #6375
This commit is contained in:
XhmikosR 2020-12-25 07:52:59 +02:00 committed by Daniel Stenberg
parent 334f85b3fc
commit aadc75626b
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
8 changed files with 11 additions and 11 deletions

View file

@ -2129,7 +2129,7 @@ $!
$write tf " /* Allow compiler builtins */"
$write tf "/*-------------------------*/"
$write tf "#ifdef __DECC_VER"
$write tf "#include <non_existant_dir:builtins.h>"
$write tf "#include <non_existent_dir:builtins.h>"
$write tf "#endif"
$!
$write tf ""

View file

@ -168,8 +168,8 @@ in other ways. Product files (.EXE, .H, .LIS, .MAP, .OBJ, .OLB, ...)
should be produced in an architecture-specific subdirectory under this
directory ([.ALPHA], [.IA64], [.VAX]).
The file curl_gnv_build_steps.txt contains information on buildling using
the GNV tool kit, building a shared libcurl, and producting a PCSI kit for
The file curl_gnv_build_steps.txt contains information on building using
the GNV tool kit, building a shared libcurl, and producing a PCSI kit for
distribution. The curl_gnv_build_steps.text is included in the release
notes file of the PCSI kit.