Spelling fix.

This commit is contained in:
Andrius Štikonas 2016-11-04 00:49:42 +00:00
parent 6717ea913d
commit 6ebe0acf56
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ bool ResizeVolumeGroupOperation::targets(const Partition& p) const
void ResizeVolumeGroupOperation::preview()
{
//asumming that targetSize is larger than the allocated space.
//assuming that targetSize is larger than the allocated space.
device().setTotalLogical(targetSize() / device().logicalSize());
device().partitionTable()->setFirstUsableSector(PartitionTable::defaultFirstUsable(device(), PartitionTable::vmd));
device().partitionTable()->setLastUsableSector(PartitionTable::defaultLastUsable(device(), PartitionTable::vmd));