summaryrefslogtreecommitdiffstats
path: root/lib/filestorage.php
diff options
context:
space:
mode:
authorSam Tuke <samtuke@owncloud.com>2012-05-31 17:38:35 +0100
committerSam Tuke <samtuke@owncloud.com>2012-05-31 17:38:35 +0100
commitef60dcc23e0c751dbcc9f6dfc4f1277cf30db82b (patch)
tree5c307b3b73d1e983c814cd0f4478cfe6f7b70d03 /lib/filestorage.php
parent6b3df8ae9c61ce6badc653d293eac7d61820f144 (diff)
downloadnextcloud-server-ef60dcc23e0c751dbcc9f6dfc4f1277cf30db82b.tar.gz
nextcloud-server-ef60dcc23e0c751dbcc9f6dfc4f1277cf30db82b.zip
fixed typo
Diffstat (limited to 'lib/filestorage.php')
-rw-r--r--lib/filestorage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filestorage.php b/lib/filestorage.php
index d05acd3674d..1d7e004af3b 100644
--- a/lib/filestorage.php
+++ b/lib/filestorage.php
@@ -21,7 +21,7 @@
*/
/**
- * Privde a common interface to all different storage options
+ * Provde a common interface to all different storage options
*/
abstract class OC_Filestorage{
public function __construct($parameters){}