| Index: ui/file_manager/video_player/js/error_util.js
|
| diff --git a/ui/file_manager/video_player/js/error_util.js b/ui/file_manager/video_player/js/error_util.js
|
| index fedf9f534b66a2717cbbba9cb803e471c3698702..4bbe2eb22f43b83b4f5e6a09b06af7946168ce49 100644
|
| --- a/ui/file_manager/video_player/js/error_util.js
|
| +++ b/ui/file_manager/video_player/js/error_util.js
|
| @@ -22,7 +22,7 @@ window.onerror = function() { window.JSErrorCount++; };
|
| * - Bind this object
|
| *
|
| * @param {Object} thisObject Object to be used as this.
|
| - * @return {function} Wapped function.
|
| + * @return {function} Wrapped function.
|
| */
|
| Function.prototype.wrap = function(thisObject) {
|
| var func = this;
|
|
|