From 6ebe0acf5631a945342e1204e3de80d90ca040e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Fri, 4 Nov 2016 00:49:42 +0000 Subject: [PATCH] Spelling fix. --- src/ops/resizevolumegroupoperation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ops/resizevolumegroupoperation.cpp b/src/ops/resizevolumegroupoperation.cpp index bac5b77..0fa0fa1 100644 --- a/src/ops/resizevolumegroupoperation.cpp +++ b/src/ops/resizevolumegroupoperation.cpp @@ -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));