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

Francois Gouget fgouget at free.fr
Thu Aug 8 08:20:20 CDT 2019


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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 43938e8511c..53be88e0648 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;
     }
-- 
2.20.1



More information about the wine-devel mailing list