mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Update propagateupload.cpp
Typo corrected.
This commit is contained in:
parent
c1feecc727
commit
ef6773bd60
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user