[locale] Debug-message typo

This commit is contained in:
Adriaan de Groot 2020-04-14 11:57:03 +02:00
parent f9d888ec24
commit e84db033b0

View File

@ -57,7 +57,7 @@ TimeZoneWidget::TimeZoneWidget( QWidget* parent )
#ifdef DEBUG_TIMEZONES
if ( background.size() != QSize( 780, 340 ) )
{
cWarning() << "Timezone background size mitsmatch" << background.size();
cWarning() << "Timezone background size mismatch" << background.size();
}
#endif