mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
tests: fixed a typo in some comments
This commit is contained in:
parent
9f20333443
commit
97a04145ef
@ -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…
Reference in New Issue
Block a user