From: Sam Tuke Date: Thu, 31 May 2012 16:38:35 +0000 (+0100) Subject: fixed typo X-Git-Tag: v4.5.0beta1~74^2~425^2~28 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ef60dcc23e0c751dbcc9f6dfc4f1277cf30db82b;p=nextcloud-server.git fixed typo --- 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){}