Commit f937f723 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

ole32: Fixed typo in debug statement.

parent 1440eb5a
......@@ -1708,7 +1708,7 @@ HRESULT WINAPI CoGetClassObject(
}
if (FAILED(hres))
ERR("no class object %s could be created for for context 0x%lx\n",
ERR("no class object %s could be created for context 0x%lx\n",
debugstr_guid(rclsid), dwClsContext);
return hres;
}
......
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