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

Andrew Eikum aeikum at codeweavers.com
Wed Jun 8 14:00:57 CDT 2016


Signed-off-by: Andrew Eikum <aeikum at codeweavers.com>

On Wed, Jun 08, 2016 at 08:59:15PM +0200, Béla Gyebrószki wrote:
> 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