diff --git a/src/mirall/propagator_qnam.cpp b/src/mirall/propagator_qnam.cpp index ebf0381608..5acfa08136 100644 --- a/src/mirall/propagator_qnam.cpp +++ b/src/mirall/propagator_qnam.cpp @@ -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; }