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

Unified Diff: ui/file_manager/gallery/js/background.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/gallery/js/background.js
diff --git a/ui/file_manager/gallery/js/background.js b/ui/file_manager/gallery/js/background.js
index 0532b2e554ec5188ca92dbcd739c35c6272c55b8..8b2b8c3dc879ae4af732d0e51b2a8f4a8d2f1df8 100644
--- a/ui/file_manager/gallery/js/background.js
+++ b/ui/file_manager/gallery/js/background.js
@@ -113,9 +113,9 @@ var reopenEntriesPromsie = null;
* Launches the application with entries.
*
* @param {Promise} selectedEntriesPromise Promise to be fulfilled with the
- * entries that are stored in the exteranl file system (not in the isolated
+ * entries that are stored in the external file system (not in the isolated
* file system).
- * @return {Promise} Promise to be fulfilled after the applicaiton is launched.
+ * @return {Promise} Promise to be fulfilled after the application is launched.
*/
function launch(selectedEntriesPromise) {
// If there is the previous window, close the window.
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/ui/progress_center_panel.js ('k') | ui/file_manager/gallery/js/gallery.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698