diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2009-06-08 08:53:05 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2009-06-08 08:53:48 (GMT) |
commit | 6a2202b544e3d7809312f74b0cf0b2b392bd78b7 (patch) | |
tree | 5f9b3dfcc3fa50ff9e5b433b59fc7acce0e9e2b5 /src/network | |
parent | ec110c41175daae436d49b1e2369f80587ba5b65 (diff) | |
download | Qt-6a2202b544e3d7809312f74b0cf0b2b392bd78b7.zip Qt-6a2202b544e3d7809312f74b0cf0b2b392bd78b7.tar.gz Qt-6a2202b544e3d7809312f74b0cf0b2b392bd78b7.tar.bz2 |
Doc typo fix in QSslSocket
Reviewed-by: TrustMe
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/ssl/qsslsocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/ssl/qsslsocket.cpp b/src/network/ssl/qsslsocket.cpp index ea64042..cf2512e 100644 --- a/src/network/ssl/qsslsocket.cpp +++ b/src/network/ssl/qsslsocket.cpp @@ -450,7 +450,7 @@ QSslSocket::SslMode QSslSocket::mode() const Returns true if the socket is encrypted; otherwise, false is returned. An encrypted socket encrypts all data that is written by calling write() - or putChar() before the data is written to the network, and descrypts all + or putChar() before the data is written to the network, and decrypts all incoming data as the data is received from the network, before you call read(), readLine() or getChar(). |