From 692f312513158edf4cf99607e6d5437d139003c7 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Wed, 9 Mar 2016 15:14:05 +0100 Subject: apps/files: Fix typos in comments (found and fixed by codespell) This contribution is AGPL and MIT licensed. Signed-off-by: Stefan Weil --- apps/files/js/filelist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files/js/filelist.js') 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); -- cgit v1.2.3