1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-20 07:52:30 +02:00

Fix typo.

This commit is contained in:
Thierry Goeckel 2014-04-20 20:13:45 +02:00
parent f0ccd5553e
commit e7527195e8

View File

@ -68,7 +68,7 @@ DropJob::DropJob( QObject *parent )
DropJob::~DropJob()
{
qDebug() << "destryong DropJob";
qDebug() << "destroying DropJob";
}