Index: chrome/common/extensions/user_script.h |
diff --git a/chrome/common/extensions/user_script.h b/chrome/common/extensions/user_script.h |
index 1b1947bd06503ea04ee3148eefb562fa4df52ca7..07f28a00583e90225a3710bc39e35baf2ee2c7bd 100644 |
--- a/chrome/common/extensions/user_script.h |
+++ b/chrome/common/extensions/user_script.h |
@@ -37,7 +37,7 @@ class UserScript { |
// Locations that user scripts can be run inside the document. |
enum RunLocation { |
UNDEFINED, |
- DOCUMENT_START, // After the documentElemnet is created, but before |
+ DOCUMENT_START, // After the documentElement is created, but before |
// anything else happens. |
DOCUMENT_END, // After the entire document is parsed. Same as |
// DOMContentLoaded. |