diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2010-11-16 20:47:14 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2010-11-16 20:47:50 (GMT) |
commit | e963a1365d495649a1c8930f4776c78781218881 (patch) | |
tree | a6ad2aaa366610a59b20afa11cae881f77b6eb98 /src/network | |
parent | a40e77495612db0b89730debbacc585a22d0eb3a (diff) | |
download | Qt-e963a1365d495649a1c8930f4776c78781218881.zip Qt-e963a1365d495649a1c8930f4776c78781218881.tar.gz Qt-e963a1365d495649a1c8930f4776c78781218881.tar.bz2 |
Doc: Fixing typo
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/ssl/qsslsocket_openssl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/ssl/qsslsocket_openssl.cpp b/src/network/ssl/qsslsocket_openssl.cpp index 70ef7ba..0479d83 100644 --- a/src/network/ssl/qsslsocket_openssl.cpp +++ b/src/network/ssl/qsslsocket_openssl.cpp @@ -728,7 +728,7 @@ void CSymbianCertificateRetriever::RunL() if (iStatus.Int() == KErrNone) iCertificates->append(iCertificateData); else - qWarning() << "CSymbianCertificateRetriever: failed to retreive a certificate, error " << iStatus.Int(); + qWarning() << "CSymbianCertificateRetriever: failed to retrieve a certificate, error " << iStatus.Int(); GetCertificateL(); break; } |