summaryrefslogtreecommitdiffstats
path: root/core/js/js.js
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2016-04-04 10:57:17 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2016-04-04 10:57:17 +0200
commit62a5952a72a84393008f3546a39235534b748b1d (patch)
tree8b369082ac75f1c35dba06d6e4af7f8675a97efb /core/js/js.js
parente0bae322885f14ea6481e32ef05e2d2e7df439ad (diff)
downloadnextcloud-server-62a5952a72a84393008f3546a39235534b748b1d.tar.gz
nextcloud-server-62a5952a72a84393008f3546a39235534b748b1d.zip
core: Fix typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'core/js/js.js')
-rw-r--r--core/js/js.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/js/js.js b/core/js/js.js
index b74775a935f..598e0dcd185 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -255,7 +255,7 @@ var OC={
*
* Examples:
* http://example.com => example.com
- * https://example.com => exmaple.com
+ * https://example.com => example.com
* http://example.com:8080 => example.com:8080
*
* @return {string} host
@@ -1510,7 +1510,7 @@ function initCore() {
initSessionHeartBeat();
}
- if(!OC.Util.hasSVGSupport()){ //replace all svg images with png images for browser that dont support svg
+ if(!OC.Util.hasSVGSupport()){ //replace all svg images with png images for browser that don't support svg
OC.Util.replaceSVG();
}else{
SVGSupport.checkMimeType();