mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix typo in comment
This commit is contained in:
parent
e8760d7284
commit
e7959d3da0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue