From 543e2d5e01712850171a7ed0f7de257e1fdee08b Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Thu, 20 Dec 2012 22:56:43 +0000 Subject: [PATCH] Fix typo in docs. Change-Id: I37ccb10d40d2a848b7c251286d29aeb85411e912 Reviewed-by: hjk --- src/network/ssl/qsslcertificate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/ssl/qsslcertificate.cpp b/src/network/ssl/qsslcertificate.cpp index e9353916cb8..6d3a77b45f3 100644 --- a/src/network/ssl/qsslcertificate.cpp +++ b/src/network/ssl/qsslcertificate.cpp @@ -245,7 +245,7 @@ bool QSslCertificate::isNull() const expiryDate() and effectiveDate() with QDateTime::currentDateTime() This function checks that the current - data-time is within the date-time range during which the + date-time is within the date-time range during which the certificate is considered valid, and checks that the certificate is not in a blacklist of fraudulent certificates.