From 2bc95d11d38d5f04cf0ff61497536b22c5da0e8f Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 28 May 2019 16:47:09 +0200 Subject: [PATCH] [partition] Unrelated typo in comment --- src/modules/partition/gui/PartitionPage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/partition/gui/PartitionPage.cpp b/src/modules/partition/gui/PartitionPage.cpp index 3c2ffbdd0..915f899b2 100644 --- a/src/modules/partition/gui/PartitionPage.cpp +++ b/src/modules/partition/gui/PartitionPage.cpp @@ -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(); }