Index: extensions/browser/user_script_loader.cc |
diff --git a/extensions/browser/user_script_loader.cc b/extensions/browser/user_script_loader.cc |
index cc0ce00cf82f4c2d9a8e0122ca8f6b1d082207c6..ab7aaaea549d92923e62fee093b58fef32314a98 100644 |
--- a/extensions/browser/user_script_loader.cc |
+++ b/extensions/browser/user_script_loader.cc |
@@ -444,7 +444,7 @@ void UserScriptLoader::OnScriptsLoaded( |
// We've got scripts ready to go. |
shared_memory_.reset(shared_memory.release()); |
- // If user scripts are comming from a <webview>, will only notify the |
+ // If user scripts are coming from a <webview>, will only notify the |
// RenderProcessHost of that <webview>; otherwise will notify all of the |
// RenderProcessHosts. |
if (user_scripts && !user_scripts->empty() && |