summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2009-06-08 10:53:05 +0200
committerMarkus Goetz <Markus.Goetz@nokia.com>2009-06-08 10:53:48 +0200
commit6a2202b544e3d7809312f74b0cf0b2b392bd78b7 (patch)
tree5f9b3dfcc3fa50ff9e5b433b59fc7acce0e9e2b5 /src/network
parentec110c41175daae436d49b1e2369f80587ba5b65 (diff)
Doc typo fix in QSslSocket
Reviewed-by: TrustMe
Diffstat (limited to 'src/network')
-rw-r--r--src/network/ssl/qsslsocket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/ssl/qsslsocket.cpp b/src/network/ssl/qsslsocket.cpp
index ea64042bb1..cf2512e05c 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().