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. |