diff options
| author | Jonas Kvinge <jonas@jkvinge.net> | 2021-10-09 19:24:05 +0200 |
|---|---|---|
| committer | Jonas Kvinge <jonas@jkvinge.net> | 2021-10-12 12:52:01 +0200 |
| commit | 72c7c96143ecfe5544fdb66946c8d3c237f7c15e (patch) | |
| tree | feca111a10b007dbf7c89fa126d73f4ab8a1c6c1 /src/network/ssl/qtlsbackend.cpp | |
| parent | 5f01d33dbf5fa14a80284f037c80155ef009c1b3 (diff) | |
network: Fix typos in documentation
Pick-to: 5.15 6.2
Change-Id: I386c6e4a21dacb2553a39a073052dcf6d92a9854
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src/network/ssl/qtlsbackend.cpp')
| -rw-r--r-- | src/network/ssl/qtlsbackend.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/network/ssl/qtlsbackend.cpp b/src/network/ssl/qtlsbackend.cpp index f6a25a85cb8..144bd620c9e 100644 --- a/src/network/ssl/qtlsbackend.cpp +++ b/src/network/ssl/qtlsbackend.cpp @@ -1507,7 +1507,7 @@ QByteArray TlsKey::pemFooter() const \fn QStringList X509Certificate::issuerInfo(const QByteArray &attribute) const \internal - This function is excpected to return the issuer information for attribute from + This function is expected to return the issuer information for attribute from the certificate, or an empty list if there is no information for \a attribute in the certificate. There can be more than one entry for an attribute. @@ -1842,7 +1842,7 @@ TlsKey *X509Certificate::publicKey() const the handshake. \note This function is responsible for emitting QSslSocket's signals, that occur during the - handshake (e.g. QSslSocket::sslErrors() or QSslSocket::encrytped()), and also read/write signals, + handshake (e.g. QSslSocket::sslErrors() or QSslSocket::encrypted()), and also read/write signals, e.g. QSslSocket::bytesWritten() and QSslSocket::readyRead(). \sa init() @@ -1938,7 +1938,7 @@ QList<QOcspResponse> TlsCryptograph::ocsps() const \internal A helper function that can be used during a handshake. Returns \c true if the \a peerName - matches one of subject alternative names or commond names found in the \a certificate. + matches one of subject alternative names or common names found in the \a certificate. */ bool TlsCryptograph::isMatchingHostname(const QSslCertificate &certificate, const QString &peerName) { |
