Update propagateupload.cpp
authorAldaris1985 <c.irro@gmx.de>
Mon, 28 Sep 2020 11:00:30 +0000 (19:00 +0800)
committerMichael Schuster (Rebase PR Action) <misch7@users.noreply.github.com>
Thu, 1 Oct 2020 21:26:17 +0000 (21:26 +0000)
Typo corrected.

src/libsync/propagateupload.cpp

index 035bd945fe189f5ff6dd4b80310bbdc46ff89954..19067957ec0aceda83f8bf8cb65e86f2a26e7686 100644 (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;