Typo in comment
Contributed by Robin Stevens <stevensro at gmail.com> git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1758105 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f638eec16b
commit
7870698373
|
@ -145,7 +145,7 @@ public class SystemDefaultCredentialsProvider implements CredentialsProvider {
|
|||
null, domain);
|
||||
} else {
|
||||
if (AuthSchemes.NTLM.equalsIgnoreCase(authscope.getScheme())) {
|
||||
// Domian may be specified in a fully qualified user name
|
||||
// Domain may be specified in a fully qualified user name
|
||||
return new NTCredentials(
|
||||
systemcreds.getUserName(),
|
||||
new String(systemcreds.getPassword()),
|
||||
|
|
Loading…
Reference in New Issue