From 7e47ebe0a2b26ef23fa122c58106ab1ff299cd9e Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Sun, 9 Dec 2018 20:38:44 +0200 Subject: [PATCH] Fix minor typo --- src/gui/volumegroupdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/volumegroupdialog.cpp b/src/gui/volumegroupdialog.cpp index 70edf02..681851f 100644 --- a/src/gui/volumegroupdialog.cpp +++ b/src/gui/volumegroupdialog.cpp @@ -126,7 +126,7 @@ void VolumeGroupDialog::updateOkButtonStatus() void VolumeGroupDialog::updateSectorInfos() { qint32 totalSectors = 0; - // we can't use LvmDevice mothod here because pv that is not in any VG will return 0 + // we can't use LvmDevice method here because pv that is not in any VG will return 0 m_ExtentSize = dialogWidget().spinPESize().value() * Capacity::unitFactor(Capacity::Unit::Byte, Capacity::Unit::MiB); if (m_ExtentSize > 0) { totalSectors = m_TotalSize / m_ExtentSize;