From b9c1e5ad321f0d612682de6a463fc47be64557e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= Date: Thu, 8 Mar 2012 21:03:11 +0100 Subject: [PATCH] ddraw: Fix a typo. --- dlls/ddraw/light.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/ddraw/light.c b/dlls/ddraw/light.c index 4eeebd426d6..2d6a462aeb5 100644 --- a/dlls/ddraw/light.c +++ b/dlls/ddraw/light.c @@ -204,7 +204,7 @@ static HRESULT WINAPI IDirect3DLightImpl_SetLight(IDirect3DLight *iface, D3DLIGH return DDERR_INVALIDPARAMS; if ( lpLight->dltType == D3DLIGHT_PARALLELPOINT ) - FIXME("D3DLIGHT_PARALLELPOINT no supported\n"); + FIXME("D3DLIGHT_PARALLELPOINT not supported\n"); /* Translate D3DLIGH2 structure to D3DLIGHT7 */ light7->dltType = lpLight->dltType;