Fix spelling mistake in kdsingleapplicationguard.cpp

s/emty/empty/g.
This commit is contained in:
Jonathan Carter 2016-09-11 11:56:58 +02:00 committed by GitHub
parent c316d22b08
commit b9b0833b9b

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;
}