| Index: trunk/src/ui/file_manager/file_manager/background/js/device_handler.js | 
| =================================================================== | 
| --- trunk/src/ui/file_manager/file_manager/background/js/device_handler.js	(revision 268216) | 
| +++ trunk/src/ui/file_manager/file_manager/background/js/device_handler.js	(working copy) | 
| @@ -17,7 +17,7 @@ | 
| this.mountStatus_ = {}; | 
|  | 
| /** | 
| -   * List of ID of notifications that have a button. | 
| +   * List of ID of notificaitons that have a button. | 
| * @type {Array.<string>} | 
| * @private | 
| */ | 
| @@ -176,7 +176,7 @@ | 
| }; | 
|  | 
| /** | 
| - * Shows the notification after 5 seconds. | 
| + * Shows the notificaiton after 5 seconds. | 
| * @param {string} devicePath Device path. | 
| */ | 
| DeviceHandler.Notification.prototype.showLater = function(devicePath) { | 
|  |