[Pkg-owncloud-commits] [qtkeychain] 51/63: Fix typo
Sandro Knauß
hefee at debian.org
Sat Jun 10 14:39:32 UTC 2017
This is an automated email from the git hooks/post-receive script.
hefee pushed a commit to branch master
in repository qtkeychain.
commit e4a6fc91d152bd4a81cf98ac78c2df06993cf501
Author: Frank Osterfeld <frank.osterfeld at kdab.com>
Date: Thu Nov 17 17:12:02 2016 +0100
Fix typo
---
keychain_ios.mm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/keychain_ios.mm b/keychain_ios.mm
index 0e2829f..4662e40 100644
--- a/keychain_ios.mm
+++ b/keychain_ios.mm
@@ -85,7 +85,7 @@ void ReadPasswordJobPrivate::scheduledStart()
q->emitFinished();
} else {
const ErrorDescription error = ErrorDescription::fromStatus(status);
- q->emitFinishedWithError(error.code, Job::tr("Could not retreive private key from keystore: %1").arg(error.message));
+ q->emitFinishedWithError(error.code, Job::tr("Could not retrieve private key from keystore: %1").arg(error.message));
}
if (dataRef)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/qtkeychain.git
More information about the Pkg-owncloud-commits
mailing list