summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2013-11-27 12:25:04 +0100
committerBjoern Schiessle <schiessle@owncloud.com>2013-11-27 12:25:04 +0100
commit7f2bdb0e9727be4cd15dfe85deca85043fc7b955 (patch)
treec254291f32ce2db73e3014f5f7ef9e41b7d4b369
parent7f3b178d7340708ae6593e733552062a60de68d4 (diff)
downloadnextcloud-server-7f2bdb0e9727be4cd15dfe85deca85043fc7b955.tar.gz
nextcloud-server-7f2bdb0e9727be4cd15dfe85deca85043fc7b955.zip
typo fixed
-rwxr-xr-xapps/files_encryption/lib/helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/lib/helper.php b/apps/files_encryption/lib/helper.php
index 998c78ec8be..505e013c90b 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, '/');