[PATCH] modified: dlls/msxml3/text.c

Gregor Münch greg87 at online.de
Sat Jan 12 11:00:31 CST 2008


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


--------------070002060408010602020104--



More information about the wine-patches mailing list