Fix spelling mistake in kdsingleapplicationguard.cpp (#257)

s/emty/empty/g.
This commit is contained in:
Jonathan Carter 2016-09-12 07:56:13 +02:00 committed by Teo Mrnjavac
parent 7e4a2fe37e
commit c83ca9af44

View File

@ -723,7 +723,7 @@ void KDSingleApplicationGuard::Private::create( const QStringList & arguments )
const QString name = QCoreApplication::applicationName();
if ( name.isEmpty() ) {
qWarning( "KDSingleApplicationGuard: QCoreApplication::applicationName must not be emty" );
qWarning( "KDSingleApplicationGuard: QCoreApplication::applicationName must not be empty" );
return;
}