summaryrefslogtreecommitdiffstats
path: root/apps/files/js/mainfileinfodetailview.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/mainfileinfodetailview.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/mainfileinfodetailview.js')
-rw-r--r--apps/files/js/mainfileinfodetailview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/mainfileinfodetailview.js b/apps/files/js/mainfileinfodetailview.js
index 69c796e492f..1bcb4873c53 100644
--- a/apps/files/js/mainfileinfodetailview.js
+++ b/apps/files/js/mainfileinfodetailview.js
@@ -196,7 +196,7 @@
}
// only set background when we have an actual preview
- // when we dont have a preview we show the mime icon in the error handler
+ // when we don't have a preview we show the mime icon in the error handler
$iconDiv.css({
'background-image': 'url("' + previewUrl + '")',
height: (targetHeight > smallPreviewSize)? 'auto': targetHeight,