From 5e04053d882b02833cdeecefbf235a2f6b9b038a Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sat, 11 Dec 2010 14:24:52 +0100 Subject: [PATCH] mshtml: Fix a typo and remove a space before a '\n' in a FIXME() trace. --- dlls/mshtml/pluginhost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/mshtml/pluginhost.c b/dlls/mshtml/pluginhost.c index 7d667a4fa10..fc50be82a4e 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)