Index: content/renderer/browser_plugin/browser_plugin.cc |
diff --git a/content/renderer/browser_plugin/browser_plugin.cc b/content/renderer/browser_plugin/browser_plugin.cc |
index 75af8912790bcf84ebd5744dde7711472fb41a1a..eacc7f6649292f013429f7e7f9a5dfce5ecf2def 100644 |
--- a/content/renderer/browser_plugin/browser_plugin.cc |
+++ b/content/renderer/browser_plugin/browser_plugin.cc |
@@ -198,7 +198,7 @@ bool BrowserPlugin::SetSrcAttribute(const std::string& src, |
// If we haven't created the guest yet, do so now. We will navigate it right |
// after creation. If |src| is empty, we can delay the creation until we |
- // acutally need it. |
+ // actually need it. |
if (!navigate_src_sent_) { |
BrowserPluginHostMsg_CreateGuest_Params create_guest_params; |
create_guest_params.storage_partition_id = storage_partition_id_; |