fix typo in comment

remotes/origin/stable6
Björn Schießle 12 years ago
parent e8760d7284
commit e7959d3da0
  1. 2
      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;

Loading…
Cancel
Save