Commit 5e04053d authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent e8da744f
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment