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 41e9dc4db4bba3950ba5a208c61df9c87cd13c63..d3270e8ce98f2132848b2dd1973d1988eacd13a2 100644 |
--- a/ui/file_manager/video_player/js/error_util.js |
+++ b/ui/file_manager/video_player/js/error_util.js |
@@ -37,7 +37,7 @@ Function.prototype.wrap = function(thisObject, var_args) { |
var args = boundArguments.concat(Array.prototype.slice.call(arguments)); |
return func.apply(thisObject, args); |
} catch (e) { |
- // Some async funcrtion doesn't handle exception correctly. So outputing |
+ // Some async function doesn't handle exception correctly. So outputting |
// the exception message and stack trace just in case. |
// The message will show twice if the caller handles exception correctly. |
console.error(e.stack); |