Index: third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp |
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp |
index 4bd762f1f1e09ed7cd8baa6f300def80ae809ae4..2eb76e64fdfaab5888a0170d4f930cccff897f3a 100644 |
--- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp |
+++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp |
@@ -1003,7 +1003,7 @@ TextPosition HTMLDocumentParser::textPosition() const |
bool HTMLDocumentParser::isWaitingForScripts() const |
{ |
// When the TreeBuilder encounters a </script> tag, it returns to the HTMLDocumentParser |
- // where the script is transfered from the treebuilder to the script runner. |
+ // where the script is transferred from the treebuilder to the script runner. |
// The script runner will hold the script until its loaded and run. During |
// any of this time, we want to count ourselves as "waiting for a script" and thus |
// run the preload scanner, as well as delay completion of parsing. |