Béla Gyebrószki : quartz: Fix a typo in an ERR() message.
Module: wine Branch: master Commit: 9c8566654d324100d37f609bafda4cae61ea38e7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9c8566654d324100d37f609baf... Author: Béla Gyebrószki <gyebro69(a)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(a)gmail.com> Signed-off-by: Andrew Eikum <aeikum(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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);
participants (1)
-
Alexandre Julliard