X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fdll%2Fwin32%2Fws2_32_new%2Fsrc%2Fstartup.c;h=aad4009915251bb66d29f8baf454448584f657bf;hp=32de9484c1b34206c77f98976b8c3601d128a73d;hb=27d91ad7f2b5d3b369ea4bdd8d44cf23aeb540a3;hpb=6e36352b9a6767c556c3e4d55d900c11df1f92ce diff --git a/reactos/dll/win32/ws2_32_new/src/startup.c b/reactos/dll/win32/ws2_32_new/src/startup.c index 32de9484c1b..aad40099152 100644 --- a/reactos/dll/win32/ws2_32_new/src/startup.c +++ b/reactos/dll/win32/ws2_32_new/src/startup.c @@ -160,7 +160,7 @@ 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 */