[Pkg-owncloud-commits] [owncloud] 201/239: typo fixed
David Prévot
taffit at moszumanska.debian.org
Fri Nov 29 01:32:37 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 7f2bdb0e9727be4cd15dfe85deca85043fc7b955
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date: Wed Nov 27 12:25:04 2013 +0100
typo fixed
---
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 998c78e..505e013 100755
--- a/apps/files_encryption/lib/helper.php
+++ b/apps/files_encryption/lib/helper.php
@@ -290,7 +290,7 @@ class Helper {
* @brief get path to the corresponding file in data/user/files if path points
* to a version or to a file in cache
* @param string $path path to a version or a file in the trash
- * @return string path to correspondig file relative to data/user/files
+ * @return string path to corresponding file relative to data/user/files
*/
public static function getPathToRealFile($path) {
$trimmed = ltrim($path, '/');
--
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