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

Unified Diff: ui/file_manager/file_manager/foreground/js/drive_banners.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/drive_banners.js
diff --git a/ui/file_manager/file_manager/foreground/js/drive_banners.js b/ui/file_manager/file_manager/foreground/js/drive_banners.js
index 106f1eb12c234be0d7a0727ea026872d3e2a25f5..f110c894214ada7b8e45d23c45ba2b85c8b22c0a 100644
--- a/ui/file_manager/file_manager/foreground/js/drive_banners.js
+++ b/ui/file_manager/file_manager/foreground/js/drive_banners.js
@@ -346,7 +346,7 @@ FileListBannerController.prototype.checkSpaceAndMaybeShowWelcomeBanner_ =
// minimize the invocation.
group.add(function(onCompleted) {
// Current directory must be set, since this code is called after
- // scaning is completed. However, the volumeInfo may be gone.
+ // scanning is completed. However, the volumeInfo may be gone.
chrome.fileBrowserPrivate.getSizeStats(
driveVolume.volumeId,
function(result) {

Powered by Google App Engine
This is Rietveld 408576698