[Pkg-owncloud-commits] [owncloud-client] 13/103: Fix typo.

Sandro Knauß hefee-guest at moszumanska.debian.org
Wed Apr 30 18:08:54 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 8250fb81b3d4c23cd518acc33d6ba4fe033e1fa4
Author: Volkan Gezer <wakeup at users.noreply.github.com>
Date:   Fri Apr 11 15:10:47 2014 +0200

    Fix typo.
---
 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 8f9af37..7d08bd7 100644
--- a/src/mirall/syncengine.cpp
+++ b/src/mirall/syncengine.cpp
@@ -180,7 +180,7 @@ QString SyncEngine::csyncErrorToString(CSYNC_STATUS err)
         break;
 
     default:
-        errStr = tr("An internal error number %1 happend.").arg( (int) err );
+        errStr = tr("An internal error number %1 happened.").arg( (int) err );
     }
 
     return errStr;

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