[Pkg-owncloud-commits] [owncloud] 95/239: fix typo in comment

David Prévot taffit at moszumanska.debian.org
Fri Nov 29 01:32:23 UTC 2013


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

taffit pushed a commit to branch master
in repository owncloud.

commit 9c4b8ae54c65f109146166b277d99bd4769cc3ec
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date:   Mon Nov 25 10:29:05 2013 +0100

    fix typo in comment
---
 apps/files_encryption/lib/helper.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/files_encryption/lib/helper.php b/apps/files_encryption/lib/helper.php
index e66a84d..a844fc6 100755
--- a/apps/files_encryption/lib/helper.php
+++ b/apps/files_encryption/lib/helper.php
@@ -256,7 +256,7 @@ class Helper {
 
 		$user = \OCP\User::getUser();
 
-		// if we are logged in, than we return the userid
+		// if we are logged in, then we return the userid
 		if ($user) {
 			return $user;
 		}

-- 
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