PropagateUpload: Fix typo in warn message.

This commit is contained in:
Klaas Freitag 2015-05-20 12:30:00 +02:00
parent dd6c97abb6
commit 17fe4c3b29

View file

@ -237,7 +237,7 @@ void PropagateUploadFileQNAM::slotStartUpload()
_item._modtime = FileSystem::getModTime(fullFilePath);
if( prevModtime != _item._modtime ) {
_propagator->_anotherSyncNeeded = true;
done(SyncFileItem::SoftError, tr("Local filei changed while calculating the checksum."));
done(SyncFileItem::SoftError, tr("Local file changed while calculating the checksum."));
return;
}