Commit f3b681a2 authored by Dimitrie O. Paun's avatar Dimitrie O. Paun Committed by Alexandre Julliard

Fix the function names in some of the comments.

parent 2113bd43
...@@ -1156,7 +1156,7 @@ BOOL WINAPI HttpSendRequestExA(HINTERNET hRequest, ...@@ -1156,7 +1156,7 @@ BOOL WINAPI HttpSendRequestExA(HINTERNET hRequest,
} }
/*********************************************************************** /***********************************************************************
* HttpSendRequestA (WININET.@) * HttpSendRequestW (WININET.@)
* *
* Sends the specified request to the HTTP server * Sends the specified request to the HTTP server
* *
...@@ -1227,7 +1227,7 @@ BOOL WINAPI HttpSendRequestW(HINTERNET hHttpRequest, LPCWSTR lpszHeaders, ...@@ -1227,7 +1227,7 @@ BOOL WINAPI HttpSendRequestW(HINTERNET hHttpRequest, LPCWSTR lpszHeaders,
} }
/*********************************************************************** /***********************************************************************
* HttpSendRequestW (WININET.@) * HttpSendRequestA (WININET.@)
* *
* Sends the specified request to the HTTP server * Sends the specified request to the HTTP server
* *
......
...@@ -394,7 +394,7 @@ static BOOL INTERNET_ConfigureProxyFromReg( LPWININETAPPINFOW lpwai ) ...@@ -394,7 +394,7 @@ static BOOL INTERNET_ConfigureProxyFromReg( LPWININETAPPINFOW lpwai )
} }
/*********************************************************************** /***********************************************************************
* InternetOpenA (WININET.@) * InternetOpenW (WININET.@)
* *
* Per-application initialization of wininet * Per-application initialization of wininet
* *
...@@ -506,7 +506,7 @@ HINTERNET WINAPI InternetOpenW(LPCWSTR lpszAgent, DWORD dwAccessType, ...@@ -506,7 +506,7 @@ HINTERNET WINAPI InternetOpenW(LPCWSTR lpszAgent, DWORD dwAccessType,
/*********************************************************************** /***********************************************************************
* InternetOpenW (WININET.@) * InternetOpenA (WININET.@)
* *
* Per-application initialization of wininet * Per-application initialization of wininet
* *
...@@ -638,7 +638,7 @@ BOOL WINAPI InternetGetConnectedStateExW(LPDWORD lpdwStatus, LPWSTR lpszConnecti ...@@ -638,7 +638,7 @@ BOOL WINAPI InternetGetConnectedStateExW(LPDWORD lpdwStatus, LPWSTR lpszConnecti
} }
/*********************************************************************** /***********************************************************************
* InternetConnectA (WININET.@) * InternetConnectW (WININET.@)
* *
* Open a ftp, gopher or http session * Open a ftp, gopher or http session
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment