summaryrefslogtreecommitdiffstats
path: root/net/base/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/auth.h')
-rw-r--r--net/base/auth.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/base/auth.h b/net/base/auth.h
index 6f1383e..b404f7a 100644
--- a/net/base/auth.h
+++ b/net/base/auth.h
@@ -18,7 +18,7 @@ class AuthChallengeInfo :
public:
bool is_proxy; // true for Proxy-Authenticate, false for WWW-Authenticate.
std::wstring host; // the domain name of the server asking for auth
- // (could be the proxy).
+ // (could be the proxy).
std::wstring scheme; // "Basic", "Digest", or whatever other method is used.
std::wstring realm; // the realm provided by the server, if there is one.
@@ -27,7 +27,7 @@ class AuthChallengeInfo :
~AuthChallengeInfo() {}
};
-//Authentication structures
+// Authentication structures
enum AuthState {
AUTH_STATE_DONT_NEED_AUTH,
AUTH_STATE_NEED_AUTH,