Index: third_party/WebKit/LayoutTests/http/tests/media/media-source/mediasource-duration.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/media/media-source/mediasource-duration.html b/third_party/WebKit/LayoutTests/http/tests/media/media-source/mediasource-duration.html |
index a4a0b0530397c9f0f2dda13fe2a0cfd49feb477f..ef311b36fdf3159b1dca980708608a00081bac23 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/media/media-source/mediasource-duration.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/media/media-source/mediasource-duration.html |
@@ -250,7 +250,7 @@ |
// Reducing duration without truncating any buffered media should not trigger exception. |
mediaSource.duration = fullDuration; |
- // Reducing duration by less then the minimum of the last test audio and video frame |
+ // Reducing duration by less than the minimum of the last test audio and video frame |
// durations should not trigger exception. |
mediaSource.duration = fullDuration - 0.001; |
test.done(); |