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

Unified Diff: ui/file_manager/video_player/js/error_util.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/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);
« no previous file with comments | « ui/file_manager/video_player/js/cast/media_manager.js ('k') | ui/file_manager/video_player/js/video_player.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698