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

Alexandre Julliard julliard at winehq.org
Mon Dec 13 10:43:18 CST 2010


Module: wine
Branch: master
Commit: 5e04053d882b02833cdeecefbf235a2f6b9b038a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5e04053d882b02833cdeecefbf235a2f6b9b038a

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Dec 11 14:24:52 2010 +0100

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

---

 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)




More information about the wine-cvs mailing list