Commit 9c856665 authored by Béla Gyebrószki's avatar Béla Gyebrószki Committed by Alexandre Julliard

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

parent bce9e1d2
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment