From 27dc81f8b95e2d2321143c4854b3e9618797f6d8 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Sat, 17 Oct 2020 16:41:08 +0200 Subject: [PATCH] [partition] Fix typo in debug message, reported by Kevin Kofler --- src/modules/partition/gui/ChoicePage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp index 7eadc7d3d..ac8d6fd92 100644 --- a/src/modules/partition/gui/ChoicePage.cpp +++ b/src/modules/partition/gui/ChoicePage.cpp @@ -1454,7 +1454,7 @@ ChoicePage::setupActions() cWarning() << "Partition table" << PartitionTable::tableTypeToName( tableType ) << "does not match the requirement " << m_requiredPartitionTableType.join( " or " ) - << ", ENABLING erease feature and DISABLING alongside, replace and manual features."; + << ", ENABLING erase feature and DISABLING alongside, replace and manual features."; m_eraseButton->show(); m_alongsideButton->hide(); m_replaceButton->hide();