winemac.drv: Fix a typo in WARN() message.

Andrey Gusev andrey.goosev at gmail.com
Thu Jun 23 06:38:36 CDT 2016


-------------- next part --------------
From 593c762d994d4f28bf8c2750449de14afc7ce9f6 Mon Sep 17 00:00:00 2001
Message-Id: <593c762d994d4f28bf8c2750449de14afc7ce9f6.1466681873.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Thu, 23 Jun 2016 14:37:38 +0300
Subject: [PATCH] winemac.drv: Fix a typo in WARN() message.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 dlls/winemac.drv/opengl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/winemac.drv/opengl.c b/dlls/winemac.drv/opengl.c
index a4b8e34..e1953dd 100644
--- a/dlls/winemac.drv/opengl.c
+++ b/dlls/winemac.drv/opengl.c
@@ -4058,7 +4058,7 @@ static BOOL macdrv_wglSetPbufferAttribARB(struct wgl_pbuffer *pbuffer, const int
                 }
                 break;
             default:
-                WARN("invalide attribute 0x%x\n", attr);
+                WARN("invalid attribute 0x%x\n", attr);
                 SetLastError(ERROR_INVALID_DATA);
                 return GL_FALSE;
         }
-- 
2.5.5



More information about the wine-patches mailing list