Fix misleading warning ole CoGetClassObject.

This commit is contained in:
Mike Hearn 2004-07-21 19:37:07 +00:00 committed by Alexandre Julliard
parent a584ffb951
commit c019b89d5f

View file

@ -1352,7 +1352,7 @@ HRESULT WINAPI CoGetClassObject(
if ( compobj_RegReadPath(keyname, NULL, dllpath, sizeof(dllpath)) != ERROR_SUCCESS) {
/* failure: CLSID is not found in registry */
WARN("class %s not registred\n", xclsid);
WARN("class %s not registered inproc\n", xclsid);
hres = REGDB_E_CLASSNOTREG;
} else {
if ((hLibrary = LoadLibraryExA(dllpath, 0, LOAD_WITH_ALTERED_SEARCH_PATH)) == 0) {