[Pkg-owncloud-commits] [owncloud-client] 70/175: PropagateUpload: Fix typo in warn message.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Aug 8 10:36:28 UTC 2015
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 17fe4c3b298e4c37c41f36cfd2fba05c902bd1b4
Author: Klaas Freitag <freitag at owncloud.com>
Date: Wed May 20 12:30:00 2015 +0200
PropagateUpload: Fix typo in warn message.
---
src/libsync/propagateupload.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libsync/propagateupload.cpp b/src/libsync/propagateupload.cpp
index cfd34d0..6707b17 100644
--- a/src/libsync/propagateupload.cpp
+++ b/src/libsync/propagateupload.cpp
@@ -237,7 +237,7 @@ void PropagateUploadFileQNAM::slotStartUpload()
_item._modtime = FileSystem::getModTime(fullFilePath);
if( prevModtime != _item._modtime ) {
_propagator->_anotherSyncNeeded = true;
- done(SyncFileItem::SoftError, tr("Local filei changed while calculating the checksum."));
+ done(SyncFileItem::SoftError, tr("Local file changed while calculating the checksum."));
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