diff options
author | Sam Tuke <samtuke@owncloud.com> | 2012-05-31 17:38:35 +0100 |
---|---|---|
committer | Sam Tuke <samtuke@owncloud.com> | 2012-05-31 17:38:35 +0100 |
commit | ef60dcc23e0c751dbcc9f6dfc4f1277cf30db82b (patch) | |
tree | 5c307b3b73d1e983c814cd0f4478cfe6f7b70d03 /lib/filestorage.php | |
parent | 6b3df8ae9c61ce6badc653d293eac7d61820f144 (diff) | |
download | nextcloud-server-ef60dcc23e0c751dbcc9f6dfc4f1277cf30db82b.tar.gz nextcloud-server-ef60dcc23e0c751dbcc9f6dfc4f1277cf30db82b.zip |
fixed typo
Diffstat (limited to 'lib/filestorage.php')
-rw-r--r-- | lib/filestorage.php | 2 |
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){} |