ole32: Fixed typo in debug statement.

This commit is contained in:
Marcus Meissner 2006-05-06 15:17:27 +02:00 committed by Alexandre Julliard
parent 1440eb5a35
commit f937f72308

View File

@ -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;
}