dplayx: A spelling fix in a FIXME() message.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Francois Gouget 2019-08-08 15:20:20 +02:00 committed by Alexandre Julliard
parent 7c44f3dcd6
commit 22558e1d18
1 changed files with 1 additions and 1 deletions

View File

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