1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 09:04:33 +02:00

Fix spelling

This commit is contained in:
Jeff Mitchell
2013-05-23 21:05:59 -04:00
committed by Teo Mrnjavac
parent 98bebc4d9e
commit bd197f40de

View File

@@ -52,7 +52,7 @@ SpotifyUpdaterFactory::create( const Tomahawk::playlist_ptr& pl, const QVariantH
if ( m_account.isNull() ) if ( m_account.isNull() )
{ {
qWarning() << "Found a spotify updater with no spotify account... ignoreing for now!!"; qWarning() << "Found a spotify updater with no spotify account... ignoring for now!!";
return 0; return 0;
} }