Fix spelling typo

This commit is contained in:
Dan Simmons 2019-02-20 05:00:58 -05:00
parent cbc0100add
commit 651b52ead9

View File

@ -1248,7 +1248,7 @@ ChoicePage::setupActions()
}
if ( PartUtils::canBeReplaced( *it ) )
{
cDebug() << ".. contains replacable" << it;
cDebug() << ".. contains replaceable" << it;
atLeastOneCanBeReplaced = true;
}
if ( (*it)->isMounted() )