aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/jquery.avatar.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/jquery.avatar.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/jquery.avatar.js')
-rw-r--r--core/js/jquery.avatar.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/js/jquery.avatar.js b/core/js/jquery.avatar.js
index d87c234e14e..6ae9cf78a13 100644
--- a/core/js/jquery.avatar.js
+++ b/core/js/jquery.avatar.js
@@ -21,7 +21,7 @@
* This will make the div to jdoe's fitting avatar, with a size of 128px.
*
* 2. $('.avatardiv').avatar('jdoe');
- * This will make the div to jdoe's fitting avatar. If the div aready has a
+ * This will make the div to jdoe's fitting avatar. If the div already has a
* height, it will be used for the avatars size. Otherwise this plugin will
* search for 'size' DOM data, to use for avatar size. If neither are available
* it will default to 64px.
@@ -117,7 +117,7 @@
var img = new Image();
- // If the new image loads successfull set it.
+ // If the new image loads successfully set it.
img.onload = function() {
$div.show();
$div.text('');