[Pkg-owncloud-commits] [owncloud-client] 17/211: Two little typo fixes.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 25 09:10:21 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 425d0d77c505d22bf645797671264b526dcd4671
Author: Klaas Freitag <freitag at owncloud.com>
Date: Mon Oct 6 18:36:32 2014 +0200
Two little typo fixes.
---
src/mirall/owncloudpropagator.cpp | 2 +-
src/mirall/syncjournaldb.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/mirall/owncloudpropagator.cpp b/src/mirall/owncloudpropagator.cpp
index 2d4e012..b81badb 100644
--- a/src/mirall/owncloudpropagator.cpp
+++ b/src/mirall/owncloudpropagator.cpp
@@ -78,7 +78,7 @@ void PropagateItemJob::done(SyncFileItem::Status status, const QString &errorStr
}
retries = defaultRetriesCount.fetchAndAddAcquire(0);
}
- SyncJournalBlacklistRecord record(_item, retries);;
+ SyncJournalBlacklistRecord record(_item, retries);
switch( status ) {
case SyncFileItem::SoftError:
diff --git a/src/mirall/syncjournaldb.cpp b/src/mirall/syncjournaldb.cpp
index 3c73297..2fa119f 100644
--- a/src/mirall/syncjournaldb.cpp
+++ b/src/mirall/syncjournaldb.cpp
@@ -203,7 +203,7 @@ bool SyncJournalDb::checkConnect()
"custom VARCHAR(256)"
");");
if (!createQuery.exec()) {
- return sqlFail("Create table blacklist", createQuery);
+ return sqlFail("Create table version", createQuery);
}
QSqlQuery versionQuery("SELECT major, minor FROM version;", _db);
--
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