| 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() {
|
|
|