| Index: ui/file_manager/file_manager/foreground/js/file_manager_commands.js
|
| diff --git a/ui/file_manager/file_manager/foreground/js/file_manager_commands.js b/ui/file_manager/file_manager/foreground/js/file_manager_commands.js
|
| index 729e738b7af7fc6bc902992bda9c3d3659d353da..275fa959f311375a1b35422cb6b45686f92b3703 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/file_manager_commands.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/file_manager_commands.js
|
| @@ -79,7 +79,7 @@ CommandUtil.getCommandEntry = function(element) {
|
|
|
| /**
|
| * Obtains an entry from the give navigation model item.
|
| - * @param {NavigationModelItem} item Navigation modle item.
|
| + * @param {NavigationModelItem} item Navigation model item.
|
| * @return {Entry} Related entry.
|
| * @private
|
| */
|
| @@ -731,7 +731,7 @@ CommandHandler.COMMANDS_['toggle-pinned'] = {
|
| currentEntry, 'drive', steps.updateUI.bind(this));
|
| },
|
|
|
| - // Update the user interface accoding to the cache state.
|
| + // Update the user interface according to the cache state.
|
| updateUI: function(drive /* not used */) {
|
| fileManager.updateMetadataInUI_('drive', [currentEntry]);
|
| if (!error)
|
|
|