From bd197f40de16201175ce3afba322ecadc33b6e52 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 23 May 2013 21:05:59 -0400 Subject: [PATCH] Fix spelling --- src/libtomahawk/accounts/spotify/SpotifyPlaylistUpdater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/accounts/spotify/SpotifyPlaylistUpdater.cpp b/src/libtomahawk/accounts/spotify/SpotifyPlaylistUpdater.cpp index e2e1b6723..10934a06e 100644 --- a/src/libtomahawk/accounts/spotify/SpotifyPlaylistUpdater.cpp +++ b/src/libtomahawk/accounts/spotify/SpotifyPlaylistUpdater.cpp @@ -52,7 +52,7 @@ SpotifyUpdaterFactory::create( const Tomahawk::playlist_ptr& pl, const QVariantH 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; }