Fix a typo

in a comment.

Change-Id: I10252b2e732636993daba6b72ed86116691f2030
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io>
bb10
Timur Pocheptsov 2019-01-30 14:11:07 +01:00
parent 0f431712fb
commit 2be7746e09
1 changed files with 2 additions and 1 deletions

View File

@ -476,7 +476,8 @@ bool QSslSocketBackendPrivate::initSslContext()
{
Q_Q(QSslSocket);
// If no external context was set (e.g. bei QHttpNetworkConnection) we will create a default context
// If no external context was set (e.g. by QHttpNetworkConnection) we will
// create a default context
if (!sslContextPointer) {
// create a deep copy of our configuration
QSslConfigurationPrivate *configurationCopy = new QSslConfigurationPrivate(configuration);