summaryrefslogtreecommitdiffstats
path: root/src/plugins/tls/openssl/qtls_openssl_p.h
diff options
context:
space:
mode:
authorJonas Kvinge <jonas@jkvinge.net>2021-10-11 18:44:48 +0200
committerJonas Kvinge <jonas@jkvinge.net>2021-10-12 11:29:15 +0200
commitb64c6285f75e6a56c42ec939a73feb0fe880b9a7 (patch)
tree23c0987a08e8cb2607a5c93ef450d77ef1905d5c /src/plugins/tls/openssl/qtls_openssl_p.h
parentdc01509878d8598759d7cde99f57b594d934b29e (diff)
tls: Fix typos in source code comments
Change-Id: Iec42e4d0f3476bd421861a0139731ff89788ee23 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src/plugins/tls/openssl/qtls_openssl_p.h')
-rw-r--r--src/plugins/tls/openssl/qtls_openssl_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/tls/openssl/qtls_openssl_p.h b/src/plugins/tls/openssl/qtls_openssl_p.h
index 9e7283b15d..60dae884fc 100644
--- a/src/plugins/tls/openssl/qtls_openssl_p.h
+++ b/src/plugins/tls/openssl/qtls_openssl_p.h
@@ -144,7 +144,7 @@ private:
QList<QOcspResponse> ocspResponses;
- // This decription will go to setErrorAndEmit(SslHandshakeError, ocspErrorDescription)
+ // This description will go to setErrorAndEmit(SslHandshakeError, ocspErrorDescription)
QString ocspErrorDescription;
// These will go to sslErrors()
QList<QSslError> ocspErrors;