diff --git a/lib/filestorage.php b/lib/filestorage.php index d05acd3674df057b5efbfc2701a93a8402de26a3..1d7e004af3b45d49e53b356888347880f57f75b2 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){}