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:
Oleg Kalnichevski 2016-08-28 12:47:29 +00:00
parent f638eec16b
commit 7870698373
1 changed files with 1 additions and 1 deletions

View File

@ -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()),