1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 16:44:05 +02:00

Fix typo.

This commit is contained in:
Teo Mrnjavac
2013-03-06 19:35:02 +01:00
parent 2b63e6e5bb
commit 3dd1db1aed

View File

@@ -207,7 +207,7 @@ TomahawkSettings::doUpgrade( int oldVersion, int newVersion )
if ( oldVersion == 1 )
{
qDebug() << "Migrating config from verson 1 to 2: script resolver config name";
qDebug() << "Migrating config from version 1 to 2: script resolver config name";
if( contains( "script/resolvers" ) ) {
setValue( "script/loadedresolvers", value( "script/resolvers" ) );
remove( "script/resolvers" );