Module: wine Branch: master Commit: 22558e1d187d5a76daf076d8a50048b79d9b99ba URL: https://source.winehq.org/git/wine.git/?a=commit;h=22558e1d187d5a76daf076d8a...
Author: Francois Gouget fgouget@free.fr Date: Thu Aug 8 15:20:20 2019 +0200
dplayx: A spelling fix in a FIXME() message.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dplayx/dplaysp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/dplayx/dplaysp.c b/dlls/dplayx/dplaysp.c index 43938e8..53be88e 100644 --- a/dlls/dplayx/dplaysp.c +++ b/dlls/dplayx/dplaysp.c @@ -466,7 +466,7 @@ static HRESULT WINAPI IDirectPlaySPImpl_HandleMessage( IDirectPlaySP *iface, voi { LPDPMSG_CHAT msg = lpMsg;
- FIXME( "DPSYS_CHAT not implemeneted\n" ); + FIXME( "DPSYS_CHAT not implemented\n" );
break; }