diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-02-05 16:24:40 +0100 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-02-05 16:24:40 +0100 |
commit | 94460178219fcdcc3cfcb2015b1064cf19ff7f96 (patch) | |
tree | c7c14a92a68f41fb260d2d94e416731b3979fe26 /lib/files | |
parent | 1fd807a7d68d254cfd372105ff672d09f13b4bb7 (diff) | |
download | nextcloud-server-94460178219fcdcc3cfcb2015b1064cf19ff7f96.tar.gz nextcloud-server-94460178219fcdcc3cfcb2015b1064cf19ff7f96.zip |
spell check
Diffstat (limited to 'lib/files')
-rw-r--r-- | lib/files/storage/temporary.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/files/storage/temporary.php b/lib/files/storage/temporary.php index b8bb6192786..542d2cd9f48 100644 --- a/lib/files/storage/temporary.php +++ b/lib/files/storage/temporary.php @@ -9,7 +9,7 @@ namespace OC\Files\Storage; /** - * local storage backnd in temporary folder for testing purpores + * local storage backend in temporary folder for testing purpose */ class Temporary extends Local{ public function __construct($arguments) { |