Index: third_party/WebKit/LayoutTests/inspector/console/console-viewport-selection.html |
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-viewport-selection.html b/third_party/WebKit/LayoutTests/inspector/console/console-viewport-selection.html |
index 7dd3b13f39c48a3009e1e1efffb5cfa1e386d8a6..74884fcec10a376442d1c18e35142d30562eb445 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/console/console-viewport-selection.html |
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-viewport-selection.html |
@@ -258,7 +258,7 @@ function test() |
function selectMessages(fromMessage, fromTextOffset, toMessage, toTextOffset) |
{ |
if (Math.abs(toMessage - fromMessage) > minimumViewportMessagesCount) { |
- InspectorTest.addResult(String.sprintf("FAILURE: Cannot select more then %d messages (requested to select from %d to %d", minimumViewportMessagesCount, fromMessage, toMessage)); |
+ InspectorTest.addResult(String.sprintf("FAILURE: Cannot select more than %d messages (requested to select from %d to %d", minimumViewportMessagesCount, fromMessage, toMessage)); |
InspectorTest.completeTest(); |
return; |
} |