| Index: third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/lazy-addeventlisteners.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/lazy-addeventlisteners.html b/third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/lazy-addeventlisteners.html
|
| index 49e144ac6e87ddd41ed78c30b48686073b6bcb43..1b53adb3820bde521f6141eae0929096b4ee6bb9 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/lazy-addeventlisteners.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/lazy-addeventlisteners.html
|
| @@ -17,6 +17,6 @@ function test()
|
| </script>
|
| </head>
|
| <body onload="runTest()">
|
| -<p>Tests that a warining is shown in the console if addEventListner is called after initial evaluation of the service worker script.</p>
|
| +<p>Tests that a warning is shown in the console if addEventListener is called after initial evaluation of the service worker script.</p>
|
| </body>
|
| </html>
|
|
|