Debug: fix typo

This commit is contained in:
Daniel Molkentin 2012-11-02 16:32:26 +01:00
parent 3a165ad654
commit 7cc3e7e392

View file

@ -352,7 +352,7 @@ void FolderMan::slotFolderSyncStarted( )
*/
void FolderMan::slotFolderSyncFinished( const SyncResult& )
{
qDebug() << "<===================================== sync finsihed for " << _currentSyncFolder;
qDebug() << "<===================================== sync finished for " << _currentSyncFolder;
_currentSyncFolder.clear();
QTimer::singleShot(200, this, SLOT(slotScheduleFolderSync()));