fixed typo

This commit is contained in:
Sam Tuke 2012-05-31 17:38:35 +01:00
parent 6b3df8ae9c
commit ef60dcc23e
1 changed files with 1 additions and 1 deletions

View File

@ -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{ abstract class OC_Filestorage{
public function __construct($parameters){} public function __construct($parameters){}