Update propagateupload.cpp

Typo corrected.
This commit is contained in:
Aldaris1985 2020-09-28 19:00:30 +08:00 committed by Michael Schuster (Rebase PR Action)
parent c1feecc727
commit ef6773bd60

View File

@ -312,7 +312,7 @@ void PropagateUploadFileCommon::startUploadFile() {
void PropagateUploadFileCommon::slotComputeContentChecksum()
{
qDebug() << "Tryint to compute the checksum of the file";
qDebug() << "Trying to compute the checksum of the file";
qDebug() << "Still trying to understand if this is the local file or the uploaded one";
if (propagator()->_abortRequested.fetchAndAddRelaxed(0)) {
return;