mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
fix typo
This commit is contained in:
parent
5b0307446a
commit
9abffdb1a6
@ -279,7 +279,7 @@ void PropagateUploadFileQNAM::slotPutFinished()
|
||||
_currentChunk++;
|
||||
if (_currentChunk >= _chunkCount) {
|
||||
_propagator->_activeJobs--;
|
||||
done(SyncFileItem::NormalError, tr("The server did not aknoledge the last chunk. (No e-tag were present)"));
|
||||
done(SyncFileItem::NormalError, tr("The server did not acknowledge the last chunk. (No e-tag were present)"));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user