1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

tests: fixed a typo in some comments

This commit is contained in:
Dan Fandrich 2017-03-04 12:50:30 +01:00
parent 9f20333443
commit 97a04145ef
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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