[Pkg-owncloud-commits] [owncloud-client] 09/69: correct spelling on user is empty error.

Sandro Knauß hefee-guest at moszumanska.debian.org
Fri Nov 7 19:41:05 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 05c024967288c910bf18d1c9c264fbca34663ea5
Author: Brandon Coleman <metrix1978 at gmail.com>
Date:   Sat Oct 25 11:01:58 2014 -0500

    correct spelling on user is empty error.
---
 src/creds/abstractcredentials.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/creds/abstractcredentials.cpp b/src/creds/abstractcredentials.cpp
index b248b39..c8b8b39 100644
--- a/src/creds/abstractcredentials.cpp
+++ b/src/creds/abstractcredentials.cpp
@@ -28,7 +28,7 @@ QString AbstractCredentials::keychainKey(const QString &url, const QString &user
         return QString::null;
     }
     if( user.isEmpty() ) {
-        qDebug() << "Error: User is emty!";
+        qDebug() << "Error: User is empty!";
         return QString::null;
     }
 

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