Merge pull request #1 from highvoltage/fix-spelling-mistake

Fix spelling mistake in kdsingleapplicationguard.cpp
This commit is contained in:
Jonathan Carter 2016-09-11 11:58:34 +02:00 committed by GitHub
commit 91c6ba3665

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