| Index: ui/file_manager/file_manager/background/js/device_handler.js
|
| diff --git a/ui/file_manager/file_manager/background/js/device_handler.js b/ui/file_manager/file_manager/background/js/device_handler.js
|
| index e196f8f7dddc359ebd5500e9f8d8285e60497b69..fa098d1f58b149b49bce3f6eb1d38b821a3e64d7 100644
|
| --- a/ui/file_manager/file_manager/background/js/device_handler.js
|
| +++ b/ui/file_manager/file_manager/background/js/device_handler.js
|
| @@ -17,7 +17,7 @@ function DeviceHandler() {
|
| this.mountStatus_ = {};
|
|
|
| /**
|
| - * List of ID of notificaitons that have a button.
|
| + * List of ID of notifications that have a button.
|
| * @type {Array.<string>}
|
| * @private
|
| */
|
| @@ -176,7 +176,7 @@ DeviceHandler.Notification.prototype.show = function(devicePath, opt_message) {
|
| };
|
|
|
| /**
|
| - * Shows the notificaiton after 5 seconds.
|
| + * Shows the notification after 5 seconds.
|
| * @param {string} devicePath Device path.
|
| */
|
| DeviceHandler.Notification.prototype.showLater = function(devicePath) {
|
|
|