Module: wine
Branch: master
Commit: bff3d35e206cd2a957fc3a970b7c121d912d214f
URL: http://source.winehq.org/git/wine.git/?a=commit;h=bff3d35e206cd2a957fc3a970…
Author: Francois Gouget <fgouget(a)free.fr>
Date: Thu Jan 30 14:31:52 2014 +0100
Assorted spelling fixes.
---
dlls/kernel32/tests/sync.c | 2 +-
dlls/ws2_32/socket.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/kernel32/tests/sync.c b/dlls/kernel32/tests/sync.c
index 74f1a84..47984cc 100644
--- a/dlls/kernel32/tests/sync.c
+++ b/dlls/kernel32/tests/sync.c
@@ -2277,7 +2277,7 @@ static void test_srwlock_example(void)
WaitForSingleObject(h3, 1000);
ok(!srwlock_inside, "threads didn't terminate properly, srwlock_inside is %d.\n", srwlock_inside);
- ok(!srwlock_example_errors, "errors occured while running SRWLock example test (number of errors: %d)\n",
+ ok(!srwlock_example_errors, "errors occurred while running SRWLock example test (number of errors: %d)\n",
srwlock_example_errors);
trace("number of shared accesses per thread are c1 %d, c2 %d, c3 %d\n", cnt1, cnt2, cnt3);
diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c
index 0ae0c4f..ff5a533 100644
--- a/dlls/ws2_32/socket.c
+++ b/dlls/ws2_32/socket.c
@@ -6070,7 +6070,7 @@ SOCKET WINAPI WSASocketW(int af, int type, int protocol,
}
/*
- Windows has an extension to the IPX protocol that allows to create sockets
+ Windows has an extension to the IPX protocol that allows one to create sockets
and set the IPX packet type at the same time, to do that a caller will use
a protocol like NSPROTO_IPX + <PACKET TYPE>
*/