mshtml: Fix a typo and remove a space before a '\n' in a FIXME() trace.

Francois Gouget fgouget at free.fr
Sat Dec 11 07:24:52 CST 2010


---
 dlls/mshtml/pluginhost.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mshtml/pluginhost.c b/dlls/mshtml/pluginhost.c
index 7d667a4..fc50be8 100644
--- a/dlls/mshtml/pluginhost.c
+++ b/dlls/mshtml/pluginhost.c
@@ -134,7 +134,7 @@ static void load_plugin(PluginHost *host)
         return;
     }
 
-    FIXME("No IPersistPeropertyBag iface \n");
+    FIXME("No IPersistPropertyBag iface\n");
 }
 
 static void activate_plugin(PluginHost *host)
-- 
1.7.2.3



More information about the wine-patches mailing list