Some spelling fixes.
diff --git a/dlls/wininet/netconnection.c b/dlls/wininet/netconnection.c
index 7a09ad2..50c25c7 100644
--- a/dlls/wininet/netconnection.c
+++ b/dlls/wininet/netconnection.c
@@ -327,7 +327,7 @@
/******************************************************************************
* 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 */)