| Index: third_party/WebKit/Source/core/loader/MixedContentChecker.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/MixedContentChecker.cpp b/third_party/WebKit/Source/core/loader/MixedContentChecker.cpp
|
| index f525cda65d194fc8b58b7064db36d29c3169001d..0ef8caed5f214443015c874af51e9ce7bbef7db3 100644
|
| --- a/third_party/WebKit/Source/core/loader/MixedContentChecker.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/MixedContentChecker.cpp
|
| @@ -49,7 +49,7 @@ static void measureStricterVersionOfIsMixedContent(LocalFrame* frame, const KURL
|
| {
|
| // We're currently only checking for mixed content in `https://*` contexts.
|
| // What about other "secure" contexts the SchemeRegistry knows about? We'll
|
| - // use this method to measure the occurance of non-webby mixed content to
|
| + // use this method to measure the occurrence of non-webby mixed content to
|
| // make sure we're not breaking the world without realizing it.
|
| SecurityOrigin* origin = frame->document()->securityOrigin();
|
| if (MixedContentChecker::isMixedContent(origin, url)) {
|
|
|