* Sync up to trunk HEAD (r62285). Branch guys deserve the significant speedups too ;)
[reactos.git] / dll / win32 / ws2_32_new / src / startup.c
index 32de948..ac77279 100644 (file)
@@ -160,12 +160,12 @@ WSAStartup(IN WORD wVersionRequested,
             break;
     }
 
-    /* Return the Version Requsted, unless error */
+    /* Return the Version Requested, unless error */
     lpWSAData->wVersion = VersionReturned;
 
     /* We support Winsock 2.2 */
     lpWSAData->wHighVersion = MAKEWORD(2,2);
-    lstrcpy(lpWSAData->szDescription, "WinSock 2.2");
+    lstrcpy(lpWSAData->szDescription, "WinSock 2.0");
     lstrcpy(lpWSAData->szSystemStatus, "Running");
 
     /* 
@@ -183,7 +183,7 @@ WSAStartup(IN WORD wVersionRequested,
         lpWSAData->iMaxUdpDg = 0;
     }
 
-    /* Enter the startup syncronization lock */
+    /* Enter the startup synchronization lock */
     WsStartupLock();
 
     /* Now setup all our objects */