Commit 97a04145 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

tests: fixed a typo in some comments

parent 9f203334
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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