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)