Some spelling fixes.

This commit is contained in:
Francois Gouget 2003-10-08 19:09:44 +00:00 committed by Alexandre Julliard
parent c0abd59f1b
commit 61ef356347
2 changed files with 3 additions and 3 deletions

View File

@ -39,8 +39,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(wing);
*
* This initial approach could not compete with the performance of Dos games
* (such as Doom and Warcraft) at the time, and so this dll was eventually
* superceeded by DirectX. It should not be used by new applications, and is
* provided only for compatability with older Windows programs.
* superseded by DirectX. It should not be used by new applications, and is
* provided only for compatibility with older Windows programs.
*/
typedef enum WING_DITHER_TYPE

View File

@ -327,7 +327,7 @@ BOOL NETCON_send(WININET_NETCONNECTION *connection, const void *msg, size_t len,
/******************************************************************************
* NETCON_recv
* Basically calls 'recv()' unless we should use SSL
* number of chars receieved is put in *recvd
* number of chars received is put in *recvd
*/
BOOL NETCON_recv(WININET_NETCONNECTION *connection, void *buf, size_t len, int flags,
int *recvd /* out */)