summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Moore <rich@kde.org>2012-12-20 22:56:43 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-21 01:12:30 +0100
commit543e2d5e01712850171a7ed0f7de257e1fdee08b (patch)
tree2349c8b956c5b0cdd481c95d6c2e9f09db37aed9
parent0b085984874fd0415c419e60af25e7854d0b17de (diff)
Fix typo in docs.
Change-Id: I37ccb10d40d2a848b7c251286d29aeb85411e912 Reviewed-by: hjk <qthjk@ovi.com>
-rw-r--r--src/network/ssl/qsslcertificate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/ssl/qsslcertificate.cpp b/src/network/ssl/qsslcertificate.cpp
index e9353916cb..6d3a77b45f 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.