[Pkg-owncloud-commits] [owncloud-client] 39/89: Fixing typos
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Dec 14 01:02:34 UTC 2013
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 f8478ac27b90987d1c8025a286c471c7aac6498e
Author: hefee <hefee at netzguerilla.net>
Date: Mon Dec 9 20:17:56 2013 +0100
Fixing typos
---
src/mirall/syncjournaldb.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/mirall/syncjournaldb.cpp b/src/mirall/syncjournaldb.cpp
index 4209f14..96d3c30 100644
--- a/src/mirall/syncjournaldb.cpp
+++ b/src/mirall/syncjournaldb.cpp
@@ -50,7 +50,7 @@ void SyncJournalDb::startTransaction()
{
if( _transaction == 0 ) {
if( !_db.transaction() ) {
- qDebug() << "ERROR commiting to the database: " << _db.lastError().text();
+ qDebug() << "ERROR committing to the database: " << _db.lastError().text();
return;
}
_transaction = 1;
@@ -64,7 +64,7 @@ void SyncJournalDb::commitTransaction()
{
if( _transaction == 1 ) {
if( ! _db.commit() ) {
- qDebug() << "ERROR commiting to the database: " << _db.lastError().text();
+ qDebug() << "ERROR committing to the database: " << _db.lastError().text();
return;
}
_transaction = 0;
--
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