[Pkg-owncloud-commits] [owncloud-client] 30/83: fix typo
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat May 31 11:31:40 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 9abffdb1a60195e902e615ddcfc46c0142a5b669
Author: Volkan Gezer <wakeup at users.noreply.github.com>
Date: Sat May 24 15:04:42 2014 +0200
fix typo
---
src/mirall/propagator_qnam.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mirall/propagator_qnam.cpp b/src/mirall/propagator_qnam.cpp
index ebf0381..5acfa08 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;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list