[partition] Unrelated typo in comment

This commit is contained in:
Adriaan de Groot 2019-05-28 16:47:09 +02:00
parent f1f5b6c1bb
commit 2bc95d11d3

View File

@ -219,7 +219,7 @@ PartitionPage::onNewPartitionTableClicked()
m_core->createPartitionTable( device, type );
}
delete dlg;
// PartionModelReset isn't emmited after createPartitionTable, so we have to manually update
// PartionModelReset isn't emitted after createPartitionTable, so we have to manually update
// the bootLoader index after the reset.
updateBootLoaderIndex();
}