Module: wine
Branch: master
Commit: 1e992a430beaa73a85313a81fd0cd1df61d91c4c
URL: https://source.winehq.org/git/wine.git/?a=commit;h=1e992a430beaa73a85313a81…
Author: Matteo Bruni <mbruni(a)codeweavers.com>
Date: Fri Dec 10 20:03:42 2021 +0100
ddraw: Fix typo in a comment.
Signed-off-by: Matteo Bruni <mbruni(a)codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/ddraw/surface.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/ddraw/surface.c b/dlls/ddraw/surface.c
index 09f52b85aed..65e24b0bbcf 100644
--- a/dlls/ddraw/surface.c
+++ b/dlls/ddraw/surface.c
@@ -97,7 +97,7 @@ HRESULT ddraw_surface_update_frontbuffer(struct ddraw_surface *surface,
* while in exclusive mode, since it would get obscured by the popup
* window. On the other hand, if the current frontbuffer *is* the GDI
* frontbuffer, that's what's supposed to happen; the popup should obscure
- * (oart of) the ddraw swapchain window.
+ * (part of) the ddraw swapchain window.
*
* This affects the "Deer Hunter" demo, which uses a popup window and GDI
* draws to draw part of the user interface. See also the "fswindow"