mirror of
https://github.com/curl/curl.git
synced 2026-08-02 05:50:27 +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
|
|
@ -53,7 +53,7 @@ Accept: */*
|
|||
</protocol>
|
||||
|
||||
# Hyper curl returns unsupported protocol
|
||||
# bullt-in curl returns weird_server_reply
|
||||
# built-in curl returns weird_server_reply
|
||||
<errorcode>
|
||||
%if hyper
|
||||
1
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ CURLOPT_CURLU and CURLOPT_PORT
|
|||
lib%TESTNUMBER
|
||||
</tool>
|
||||
|
||||
# The tool does two requesets, the first sets CURLOPT_PORT to 1
|
||||
# The tool does two requests, the first sets CURLOPT_PORT to 1
|
||||
# the second resets the port again and expects that request to work.
|
||||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ cookiejar
|
|||
#
|
||||
# The cookies set come in two versions. This is because when curl is built
|
||||
# with Hyper, the API provides the headers already "sanitized" so we cannot
|
||||
# compapare with the exact server contents unlesss it too sends the data
|
||||
# compare with the exact server contents unless it too sends the data
|
||||
# "clean".
|
||||
|
||||
<reply>
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ Accept: */*
|
|||
</protocol>
|
||||
|
||||
# Hyper curl returns unsupported protocol
|
||||
# bullt-in curl returns weird_server_reply
|
||||
# built-in curl returns weird_server_reply
|
||||
<errorcode>
|
||||
%if hyper
|
||||
1
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ Set-Cookie: mycookie1=; Path=/; Max-Age=-1; Expires=Thu, 01 Jan 1970 00:00:00 GM
|
|||
http
|
||||
</server>
|
||||
<name>
|
||||
Setting cookies set with expried dates that were loaded from jar
|
||||
Setting cookies set with expired dates that were loaded from jar
|
||||
</name>
|
||||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/func_test/del_cookie -b %LOGDIR/cookie%TESTNUMBER -c %LOGDIR/save%TESTNUMBER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue