mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:31:40 +03:00
tests: fixed a typo in some comments
This commit is contained in:
parent
9f20333443
commit
97a04145ef
3 changed files with 3 additions and 3 deletions
|
|
@ -40,7 +40,7 @@ WWW-Authenticate: NTLM
|
|||
This is a bad password page!
|
||||
</data1102>
|
||||
|
||||
<!-- Second request has NTML auth, right password -->
|
||||
<!-- Second request has NTLM auth, right password -->
|
||||
<data200>
|
||||
HTTP/1.1 401 Need NTLM auth (2)
|
||||
Server: Microsoft-IIS/5.0
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ WWW-Authenticate: Basic realm="testrealm"
|
|||
This is a bad password page!
|
||||
</data100>
|
||||
|
||||
<!-- NTML auth -->
|
||||
<!-- NTLM auth -->
|
||||
<data200>
|
||||
HTTP/1.1 401 Need Basic or NTLM auth (2)
|
||||
Server: Microsoft-IIS/5.0
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ WWW-Authenticate: Basic realm="testrealm"
|
|||
This is a bad password page!
|
||||
</data100>
|
||||
|
||||
<!-- NTML auth -->
|
||||
<!-- NTLM auth -->
|
||||
<data200>
|
||||
HTTP/1.1 401 Need Basic or NTLM auth (2)
|
||||
Server: Microsoft-IIS/5.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue