Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Unified Diff: ui/file_manager/file_manager/foreground/js/ui/navigation_list.js

Issue 274473004: Nitpicking fixes for Files.app code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698