Module: wine Branch: master Commit: be853b6f4f27b0f1b3006164211a97ba6cea3b40 URL: http://source.winehq.org/git/wine.git/?a=commit;h=be853b6f4f27b0f1b300616421...
Author: Gregor Münch greg87@online.de Date: Sat Jan 12 18:00:31 2008 +0100
msxml3: Fix typo.
---
dlls/msxml3/text.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/msxml3/text.c b/dlls/msxml3/text.c index a1e7d49..7c0f42e 100644 --- a/dlls/msxml3/text.c +++ b/dlls/msxml3/text.c @@ -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; }