From ef6773bd60e2c2ddcd901973e91d9250484fc712 Mon Sep 17 00:00:00 2001 From: Aldaris1985 Date: Mon, 28 Sep 2020 19:00:30 +0800 Subject: [PATCH] Update propagateupload.cpp Typo corrected. --- src/libsync/propagateupload.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsync/propagateupload.cpp b/src/libsync/propagateupload.cpp index 035bd945f..19067957e 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; -- 2.30.2