diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-19 11:13:11 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-19 11:13:11 +0200 |
commit | c30c153ea517403ee479be739a503bd91bab272e (patch) | |
tree | a62fb9dd0604aa98206e2f3adb231614079ac3b7 /apps/files/js/file-upload.js | |
parent | 0d81a53e12bed66e5ec9684424519913283110a5 (diff) | |
download | nextcloud-server-c30c153ea517403ee479be739a503bd91bab272e.tar.gz nextcloud-server-c30c153ea517403ee479be739a503bd91bab272e.zip |
fixing typos and l10n
Diffstat (limited to 'apps/files/js/file-upload.js')
-rw-r--r-- | apps/files/js/file-upload.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/file-upload.js b/apps/files/js/file-upload.js index 8e9bcb885f6..2c42f29445f 100644 --- a/apps/files/js/file-upload.js +++ b/apps/files/js/file-upload.js @@ -169,7 +169,7 @@ OC.Upload = { }, /** * TODO checks the list of existing files prior to uploading and shows a simple dialog to choose - * skip all, replace all or choosw which files to keep + * skip all, replace all or choose which files to keep * @param array selection of files to upload * @param callbacks to call: * onNoConflicts, |