Module: wine
Branch: master
Commit: e76c522ad9f4f03c0439cd4984f15a20d424c36a
URL: https://source.winehq.org/git/wine.git/?a=commit;h=e76c522ad9f4f03c0439cd49…
Author: Francois Gouget <fgouget(a)free.fr>
Date: Wed Nov 25 19:43:38 2020 +0100
dxgi/tests: Fix the grammar in a comment.
Signed-off-by: Francois Gouget <fgouget(a)free.fr>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/dxgi/tests/dxgi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/dxgi/tests/dxgi.c b/dlls/dxgi/tests/dxgi.c
index e6c8e0eb8c4..3c3a57806a4 100644
--- a/dlls/dxgi/tests/dxgi.c
+++ b/dlls/dxgi/tests/dxgi.c
@@ -4534,7 +4534,7 @@ static void test_swapchain_parameters(void)
* the draw on the screen right away (Aero on or off doesn't matter), but
* Present with DXGI_PRESENT_DO_NOT_SEQUENCE will show the modifications.
*
- * Note that if the application doesn't have focused creating a fullscreen
+ * Note that if the application doesn't have focus creating a fullscreen
* swapchain returns DXGI_STATUS_OCCLUDED and we get a windowed swapchain,
* so use the Windowed property of the swapchain that was actually created. */
expected_usage = DXGI_USAGE_RENDER_TARGET_OUTPUT | DXGI_USAGE_BACK_BUFFER | DXGI_USAGE_READ_ONLY;
Module: wine
Branch: master
Commit: b344ccd85759f09e5dca739c0872590b4069c629
URL: https://source.winehq.org/git/wine.git/?a=commit;h=b344ccd85759f09e5dca739c…
Author: Francois Gouget <fgouget(a)free.fr>
Date: Wed Nov 25 19:42:54 2020 +0100
ws2_32: Fix the spelling of a comment.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/ws2_32/socket.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c
index 7d810c6d7b2..6cb35bcd135 100644
--- a/dlls/ws2_32/socket.c
+++ b/dlls/ws2_32/socket.c
@@ -7646,7 +7646,7 @@ static struct WS_hostent *WS_create_he(char *name, int aliases, int aliases_size
* First set the pointer for aliases, second set the pointers for addresses.
* Third fill the addresses indexes, fourth jump aliases names size.
* Fifth fill the hostname.
- * NOTE: This method is valid for OS version's >= XP.
+ * NOTE: This method is valid for OS versions >= XP.
*/
p = (char *)(p_to + 1);
p_to->h_aliases = (char **)p;