Commit 93e1a5f2 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

comsvcs/tests: Fix a typo in an ok() message.

parent 17276a8e
......@@ -70,7 +70,7 @@ static HRESULT WINAPI driver_QueryInterface(IDispenserDriver *iface, REFIID riid
return S_OK;
}
ok(0, "Unknown iterface %s\n", wine_dbgstr_guid(riid));
ok(0, "Unknown interface %s\n", wine_dbgstr_guid(riid));
return E_NOINTERFACE;
}
......
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