summaryrefslogtreecommitdiffstats
path: root/apps/files/js/filelist.js
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2016-03-09 15:14:05 +0100
committerStefan Weil <sw@weilnetz.de>2016-03-09 15:14:05 +0100
commit692f312513158edf4cf99607e6d5437d139003c7 (patch)
tree9dd8b7e8d384c8297acc1b9c1e9eaf7283e8e073 /apps/files/js/filelist.js
parentd0a70a9776290b419abe14d297fa179b56839846 (diff)
downloadnextcloud-server-692f312513158edf4cf99607e6d5437d139003c7.tar.gz
nextcloud-server-692f312513158edf4cf99607e6d5437d139003c7.zip
apps/files: Fix typos in comments (found and fixed by codespell)
This contribution is AGPL and MIT licensed. Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'apps/files/js/filelist.js')
-rw-r--r--apps/files/js/filelist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index fcdf6caaa59..bfcc77d8999 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -468,7 +468,7 @@
actionsWidth += $(action).outerWidth();
});
- // substract app navigation toggle when visible
+ // subtract app navigation toggle when visible
containerWidth -= $('#app-navigation-toggle').width();
this.breadcrumb.setMaxWidth(containerWidth - actionsWidth - 10);