msxml3: Fix typo.

This commit is contained in:
Gregor Münch 2008-01-12 18:00:31 +01:00 committed by Alexandre Julliard
parent ac352615b1
commit be853b6f4f
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ static HRESULT WINAPI domtext_QueryInterface(
}
else
{
FIXME("Unsupported inteferace %s\n", debugstr_guid(riid));
FIXME("Unsupported interface %s\n", debugstr_guid(riid));
return E_NOINTERFACE;
}