[Pkg-owncloud-commits] [owncloud-client] 152/332: Typo fix

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Aug 14 21:06:53 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 dd5296f03ca8020f474c9cedfb49ede352ecde9d
Author: Volkan Gezer <wakeup at users.noreply.github.com>
Date:   Sun Jun 29 14:06:45 2014 +0200

    Typo fix
    
    Suggested by [mnestis](https://www.transifex.com/accounts/profile/mnestis/)
---
 src/mirall/syncengine.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mirall/syncengine.cpp b/src/mirall/syncengine.cpp
index 064dfdf..75e2c22 100644
--- a/src/mirall/syncengine.cpp
+++ b/src/mirall/syncengine.cpp
@@ -154,7 +154,7 @@ QString SyncEngine::csyncErrorToString(CSYNC_STATUS err)
         errStr = tr("CSync failed to connect to the network.");
         break;
     case CSYNC_STATUS_TIMEOUT:
-        errStr = tr("A network connection timeout happend.");
+        errStr = tr("A network connection timeout happened.");
         break;
     case CSYNC_STATUS_HTTP_ERROR:
         errStr = tr("A HTTP transmission error happened.");

-- 
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