dplayx: A spelling fix in a FIXME() message.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
7c44f3dcd6
commit
22558e1d18
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue