quartz: Fix a typo in an ERR() message.

Béla Gyebrószki gyebro69 at gmail.com
Wed Jun 8 13:59:15 CDT 2016


Signed-off-by: Béla Gyebrószki <gyebro69 at gmail.com>
---
 dlls/quartz/dsoundrender.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/quartz/dsoundrender.c b/dlls/quartz/dsoundrender.c
index d6c4617..677cc1c 100644
--- a/dlls/quartz/dsoundrender.c
+++ b/dlls/quartz/dsoundrender.c
@@ -1045,7 +1045,7 @@ static HRESULT WINAPI ReferenceClock_GetTime(IReferenceClock *iface,
         }
         else
         {
-            ERR("pInputPin Disconncted\n");
+            ERR("pInputPin Disconnected\n");
             hr = E_FAIL;
         }
         LeaveCriticalSection(&This->renderer.filter.csFilter);
-- 
2.5.5




More information about the wine-patches mailing list