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

Unified Diff: ui/file_manager/video_player/js/cast/cast_video_element.js

Issue 450903002: Random clean up around Chrome OS file manager code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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: ui/file_manager/video_player/js/cast/cast_video_element.js
diff --git a/ui/file_manager/video_player/js/cast/cast_video_element.js b/ui/file_manager/video_player/js/cast/cast_video_element.js
index cf53f3228f0db49768a6003b7c425d8dd3bb09fc..384474f78c595ee5f94a3d775a171edd51fd7695 100644
--- a/ui/file_manager/video_player/js/cast/cast_video_element.js
+++ b/ui/file_manager/video_player/js/cast/cast_video_element.js
@@ -5,7 +5,7 @@
'use strict';
/**
- * Inverval for updating media info (in ms).
+ * Interval for updating media info (in ms).
* @type {number}
* @const
*/
@@ -119,7 +119,7 @@ CastVideoElement.prototype = {
},
/**
- * If this video is seelable or not.
+ * If this video is seekable or not.
* @type {boolean}
*/
get seekable() {
« no previous file with comments | « ui/file_manager/video_player/js/cast/cast_extension_discoverer.js ('k') | ui/file_manager/video_player/js/cast/caster.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698