summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorWilli Ballenthin <willi.ballenthin@gmail.com>2010-06-09 13:24:57 -0400
committerWilli Ballenthin <willi.ballenthin@gmail.com>2010-06-09 13:24:57 -0400
commit9ac8c324ed61ea55230da85f4e1234093135ab55 (patch)
tree4a1feba1db26591327069211ea604b305de1a373 /js
parent56dfcce9b97084476b0637a70b468e4e0aa0f75d (diff)
downloadnextcloud-server-9ac8c324ed61ea55230da85f4e1234093135ab55.tar.gz
nextcloud-server-9ac8c324ed61ea55230da85f4e1234093135ab55.zip
changed a single typo. 'to' --> 'too'.
Diffstat (limited to 'js')
-rwxr-xr-xjs/lib_files.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib_files.js b/js/lib_files.js
index aa70120e5e1..74a636cc0bc 100755
--- a/js/lib_files.js
+++ b/js/lib_files.js
@@ -102,7 +102,7 @@ OC_FILES.upload=function(dir,iframeId){
if(fileSelector.files && fileSelector.files[0].fileSize){
var size=fileSelector.files[0].fileSize;
if(size>max_upload){
- new OCNotification('File to large',10000)
+ new OCNotification('File too large',10000)
return false;
}
}