summaryrefslogtreecommitdiffstats
path: root/lib/files
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2013-02-05 16:24:40 +0100
committerThomas Mueller <thomas.mueller@tmit.eu>2013-02-05 16:24:40 +0100
commit94460178219fcdcc3cfcb2015b1064cf19ff7f96 (patch)
treec7c14a92a68f41fb260d2d94e416731b3979fe26 /lib/files
parent1fd807a7d68d254cfd372105ff672d09f13b4bb7 (diff)
downloadnextcloud-server-94460178219fcdcc3cfcb2015b1064cf19ff7f96.tar.gz
nextcloud-server-94460178219fcdcc3cfcb2015b1064cf19ff7f96.zip
spell check
Diffstat (limited to 'lib/files')
-rw-r--r--lib/files/storage/temporary.php2
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) {