diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-28 23:04:55 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-28 23:04:55 +0200 |
commit | 6502a148ec6a23abaf4af6426db83129ca0d9b9a (patch) | |
tree | 761116b6fa3fd0fb8fd948525cbd319fe22862b6 /core | |
parent | 067815099f909a20fd6cf79af451dedc53bf4c54 (diff) | |
download | nextcloud-server-6502a148ec6a23abaf4af6426db83129ca0d9b9a.tar.gz nextcloud-server-6502a148ec6a23abaf4af6426db83129ca0d9b9a.zip |
fixing typo
Diffstat (limited to 'core')
-rw-r--r-- | core/js/placeholder.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/placeholder.js b/core/js/placeholder.js index 318fe48ffa4..16543541cb4 100644 --- a/core/js/placeholder.js +++ b/core/js/placeholder.js @@ -20,7 +20,7 @@ */ /* - * Adds a background color to the element called on and adds the first charater + * Adds a background color to the element called on and adds the first character * of the passed in string. This string is also the seed for the generation of * the background color. * |