Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/media/media-source/mediasource-duration.html

Issue 2157963002: Improve grammar in some comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: maxiumum Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698