From ef60dcc23e0c751dbcc9f6dfc4f1277cf30db82b Mon Sep 17 00:00:00 2001
From: Sam Tuke <samtuke@owncloud.com>
Date: Thu, 31 May 2012 17:38:35 +0100
Subject: [PATCH] fixed typo

---
 lib/filestorage.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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