]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixed typo
authorSam Tuke <samtuke@owncloud.com>
Thu, 31 May 2012 16:38:35 +0000 (17:38 +0100)
committerSam Tuke <samtuke@owncloud.com>
Thu, 31 May 2012 16:38:35 +0000 (17:38 +0100)
lib/filestorage.php

index d05acd3674df057b5efbfc2701a93a8402de26a3..1d7e004af3b45d49e53b356888347880f57f75b2 100644 (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{
        public function __construct($parameters){}