Index: third_party/WebKit/Source/core/loader/FrameLoader.cpp |
diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.cpp b/third_party/WebKit/Source/core/loader/FrameLoader.cpp |
index 28d99d964d16b432e27c8878e60e5c31b3d20acc..a50709de73ee92e1eb783ad012510f52b3999f2a 100644 |
--- a/third_party/WebKit/Source/core/loader/FrameLoader.cpp |
+++ b/third_party/WebKit/Source/core/loader/FrameLoader.cpp |
@@ -527,7 +527,7 @@ static bool shouldComplete(Document* document) |
static bool shouldSendFinishNotification(LocalFrame* frame) |
{ |
- // Don't send stop notifications for inital empty documents, since they don't generate start notifications. |
+ // Don't send stop notifications for initial empty documents, since they don't generate start notifications. |
if (!frame->loader().stateMachine()->committedFirstRealDocumentLoad()) |
return false; |