aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/filelist.js
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-03-09 16:43:05 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-03-09 16:43:05 +0100
commitfe3ffcbfc3b45928a9bc7b92054c2a8866fa83f6 (patch)
tree71bb2e8f77dc7e36d81ca4e93a3911dfbe41dfe5 /apps/files/js/filelist.js
parent2098573614d1a8a78ee5b7fdcd527c7ed0844079 (diff)
parent692f312513158edf4cf99607e6d5437d139003c7 (diff)
downloadnextcloud-server-fe3ffcbfc3b45928a9bc7b92054c2a8866fa83f6.tar.gz
nextcloud-server-fe3ffcbfc3b45928a9bc7b92054c2a8866fa83f6.zip
Merge pull request #23026 from stweil/master
apps/files: Fix typos in comments (found and fixed by codespell)
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);