diff --git a/src/libsync/propagateupload.cpp b/src/libsync/propagateupload.cpp index 035bd945fe..19067957ec 100644 --- a/src/libsync/propagateupload.cpp +++ b/src/libsync/propagateupload.cpp @@ -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;