typo fixed

This commit is contained in:
Bjoern Schiessle 2013-11-27 12:25:04 +01:00
parent 7f3b178d73
commit 7f2bdb0e97
1 changed files with 1 additions and 1 deletions

View File

@ -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, '/');