[PATCH 5/5] wined3d: Fix a typo in a trace in context_create().

Matteo Bruni mbruni at codeweavers.com
Tue Mar 10 13:29:40 CDT 2015


---
 dlls/wined3d/context.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/wined3d/context.c b/dlls/wined3d/context.c
index fa8d768..af29e69 100644
--- a/dlls/wined3d/context.c
+++ b/dlls/wined3d/context.c
@@ -1465,7 +1465,7 @@ struct wined3d_context *context_create(struct wined3d_swapchain *swapchain,
 
     if (!(hdc = GetDC(swapchain->win_handle)))
     {
-        WARN("Failed to retireve device context, trying swapchain backup.\n");
+        WARN("Failed to retrieve device context, trying swapchain backup.\n");
 
         if ((hdc = swapchain_get_backup_dc(swapchain)))
             hdc_is_private = TRUE;
-- 
2.0.5




More information about the wine-patches mailing list