From: Björn Schießle Date: Thu, 27 Jun 2013 08:49:13 +0000 (+0200) Subject: fix typo in comment X-Git-Tag: v6.0.0alpha2~469 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e7959d3da07ee8e577713452303cd10f9b587119;p=nextcloud-server.git fix typo in comment --- diff --git a/apps/files_versions/lib/versions.php b/apps/files_versions/lib/versions.php index b9cc40a0664..80d7e78a221 100644 --- a/apps/files_versions/lib/versions.php +++ b/apps/files_versions/lib/versions.php @@ -118,7 +118,7 @@ class Storage { $versionsSize = self::calculateSize($uid); } - // assumptgion: we need filesize($filename) for the new version + + // assumption: we need filesize($filename) for the new version + // some more free space for the modified file which might be // 1.5 times as large as the current version -> 2.5 $neededSpace = $files_view->filesize($filename) * 2.5;