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

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Ken Thomases <ken@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Andrey Gusev 2016-06-23 14:37:38 +03:00 committed by Alexandre Julliard
parent 79762537a7
commit 82f3446c5d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}