Index: content/child/npapi/plugin_url_fetcher.cc |
diff --git a/content/child/npapi/plugin_url_fetcher.cc b/content/child/npapi/plugin_url_fetcher.cc |
index a99f2e1a57b973399ff55be67532cbf0ec0814ec..372c3b580039147ded2ebd4b9fe11c90c3675c0c 100644 |
--- a/content/child/npapi/plugin_url_fetcher.cc |
+++ b/content/child/npapi/plugin_url_fetcher.cc |
@@ -204,7 +204,7 @@ bool PluginURLFetcher::OnReceivedRedirect( |
// Currently this check is just to catch an https -> http redirect when |
// loading the main plugin src URL. Longer term, we could investigate |
// firing mixed diplay or scripting issues for subresource loads |
- // initiated by plug-ins. |
+ // initiated by plugins. |
if (is_plugin_src_load_ && |
!plugin_stream_->instance()->webplugin()->CheckIfRunInsecureContent( |
redirect_info.new_url)) { |