mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
[partition] Unrelated typo in comment
This commit is contained in:
parent
f1f5b6c1bb
commit
2bc95d11d3
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ PartitionPage::onNewPartitionTableClicked()
|
||||||
m_core->createPartitionTable( device, type );
|
m_core->createPartitionTable( device, type );
|
||||||
}
|
}
|
||||||
delete dlg;
|
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.
|
// the bootLoader index after the reset.
|
||||||
updateBootLoaderIndex();
|
updateBootLoaderIndex();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue