Commit 22558e1d authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 7c44f3dc
...@@ -466,7 +466,7 @@ static HRESULT WINAPI IDirectPlaySPImpl_HandleMessage( IDirectPlaySP *iface, voi ...@@ -466,7 +466,7 @@ static HRESULT WINAPI IDirectPlaySPImpl_HandleMessage( IDirectPlaySP *iface, voi
{ {
LPDPMSG_CHAT msg = lpMsg; LPDPMSG_CHAT msg = lpMsg;
FIXME( "DPSYS_CHAT not implemeneted\n" ); FIXME( "DPSYS_CHAT not implemented\n" );
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment