Juan Lang : winhttp: Fix a comment typo.
Module: wine Branch: master Commit: a4a3953b2fe4e0869fb6ccf277ba0ae647852d95 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a4a3953b2fe4e0869fb6ccf277... Author: Juan Lang <juan.lang(a)gmail.com> Date: Wed Jul 15 08:40:51 2009 -0700 winhttp: Fix a comment typo. --- dlls/winhttp/session.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/winhttp/session.c b/dlls/winhttp/session.c index fab6c96..e1a2b4b 100644 --- a/dlls/winhttp/session.c +++ b/dlls/winhttp/session.c @@ -283,7 +283,7 @@ static BOOL domain_matches(LPCWSTR server, LPCWSTR domain) return ret; } -/* Matches INTERNET_MAX_USER_NAME_LENGTH in wininet.h, also RFC 1035 */ +/* Matches INTERNET_MAX_HOST_NAME_LENGTH in wininet.h, also RFC 1035 */ #define MAX_HOST_NAME_LENGTH 256 static BOOL should_bypass_proxy(session_t *session, LPCWSTR server)
participants (1)
-
Alexandre Julliard