mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:23:31 +03:00
misc: fix spelling mistakes
Reported-by: musvaage on github Fixes #11171 Closes #11172
This commit is contained in:
parent
1561d06752
commit
127eb0d83a
28 changed files with 41 additions and 42 deletions
|
|
@ -2281,7 +2281,7 @@
|
|||
d CURLSTS_DONE c 1
|
||||
d CURLSTS_FAIL c 2
|
||||
*
|
||||
* Renaming CURLMsg to CURL_Msg to avoid case-insensivity name clash.
|
||||
* Renaming CURLMsg to CURL_Msg to avoid case-insensitivity name clash.
|
||||
*
|
||||
d CURL_Msg ds based(######ptr######)
|
||||
d qualified
|
||||
|
|
|
|||
|
|
@ -208,7 +208,7 @@ make_module()
|
|||
# putting it in an include file makes it only active
|
||||
# for that include file.
|
||||
# Thus we build a temporary file with the pragma prepended to
|
||||
# the source file and we compile that themporary file.
|
||||
# the source file and we compile that temporary file.
|
||||
|
||||
echo "#line 1 \"${2}\"" > __tmpsrcf.c
|
||||
echo "#pragma convert(819)" >> __tmpsrcf.c
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ From file: CURL_RELEASE_NOTE_START.TXT
|
|||
|
||||
Note: These kits are produced by a hobbyist and are providing any support
|
||||
or any commitment to supply bug fixes or future releases. This code is
|
||||
as-is with no warrantees.
|
||||
as-is with no warranties.
|
||||
|
||||
The testing of this build of curl was minimal and involved building some of
|
||||
the sample and test programs, accessing a public HTTPS: website, doing a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue