[Pkg-owncloud-commits] [owncloud] 382/394: fix comment

David Prévot taffit at alioth.debian.org
Fri Nov 8 23:12:55 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v4.5.10
in repository owncloud.

commit 84788d14f7afafe604c60f23641ad4f60cfa75ea
Author: Björn Schießle <schiessle at owncloud.com>
Date:   Tue Mar 12 16:15:02 2013 +0100

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

diff --git a/lib/filestorage/local.php b/lib/filestorage/local.php
index 032739a..359e622 100644
--- a/lib/filestorage/local.php
+++ b/lib/filestorage/local.php
@@ -20,7 +20,7 @@ class OC_Filestorage_Local extends OC_Filestorage_Common{
 		return opendir($this->datadir.$path);
 	}
 	public function is_dir($path) {
-		//work arround to detect /Shared as folder, only needed for OC4.5
+		//workaround to detect /Shared as folder, only needed for OC4.5
 		if($path == "files/Shared") {
 			return true;
 		}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list