diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2017-03-04 12:50:30 +0100 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2017-03-04 12:50:30 +0100 |
commit | 97a04145efcfa7c6a3864e37aa58d1d69e1bbf69 (patch) | |
tree | 81bc8205dfbee9da976e1344b2c63f0f03792a0f /tests/data | |
parent | 9f20333443b693c49d4a98bae71b45cb0a526228 (diff) |
tests: fixed a typo in some comments
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/test2031 | 2 | ||||
-rw-r--r-- | tests/data/test2032 | 2 | ||||
-rw-r--r-- | tests/data/test2033 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test2031 b/tests/data/test2031 index bd5aa0745..23b1a521d 100644 --- a/tests/data/test2031 +++ b/tests/data/test2031 @@ -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
diff --git a/tests/data/test2032 b/tests/data/test2032 index 12fdbee3c..cd1395f2c 100644 --- a/tests/data/test2032 +++ b/tests/data/test2032 @@ -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
diff --git a/tests/data/test2033 b/tests/data/test2033 index 6c41700a6..62d73b891 100644 --- a/tests/data/test2033 +++ b/tests/data/test2033 @@ -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
|