From: Aldaris1985 Date: Mon, 28 Sep 2020 11:00:30 +0000 (+0800) Subject: Update propagateupload.cpp X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~22^2~132^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ef6773bd60e2c2ddcd901973e91d9250484fc712;p=nextcloud-desktop.git Update propagateupload.cpp Typo corrected. --- 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;