Index: ui/file_manager/file_manager/foreground/js/ui/navigation_list.js |
diff --git a/ui/file_manager/file_manager/foreground/js/ui/navigation_list.js b/ui/file_manager/file_manager/foreground/js/ui/navigation_list.js |
index ee424432da1c8303d400b4a1c030fd393d6069ce..6888dc9472a52341d0e4f282d5fcd011a9f8a9da 100644 |
--- a/ui/file_manager/file_manager/foreground/js/ui/navigation_list.js |
+++ b/ui/file_manager/file_manager/foreground/js/ui/navigation_list.js |
@@ -310,7 +310,7 @@ NavigationList.prototype.activateModelItem_ = function(modelItem) { |
url, |
onEntryResolved, |
function() { |
- // Error, the entry can't be re-resolved. It may happen for shotrcuts |
+ // Error, the entry can't be re-resolved. It may happen for shortcuts |
// which targets got removed after resolving the Entry during |
// initialization. |
this.dataModel.onItemNotFoundError(modelItem); |