=?UTF-8?Q?B=C3=A9la=20Gyebr=C3=B3szki=20?=: quartz: Fix a typo in an ERR() message.

Alexandre Julliard julliard at winehq.org
Thu Jun 9 10:35:13 CDT 2016


Module: wine
Branch: master
Commit: 9c8566654d324100d37f609bafda4cae61ea38e7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9c8566654d324100d37f609bafda4cae61ea38e7

Author: Béla Gyebrószki <gyebro69 at gmail.com>
Date:   Wed Jun  8 20:59:15 2016 +0200

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

Signed-off-by: Béla Gyebrószki <gyebro69 at gmail.com>
Signed-off-by: Andrew Eikum <aeikum at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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);




More information about the wine-cvs mailing list