summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2020-01-31 16:47:46 +0100
committerLinus Jahn <lnj@kaidan.im>2020-02-02 01:18:25 +0100
commitaadf21b25cad7026f07a5fe7bf19fbedfb1866b7 (patch)
tree60f0fc852e9733d62aea0ae685123fe3328af382 /src/network
parentd52ed0a8ead988d859cc85b944e0226325f87722 (diff)
Fix 'the the' typo in comments
Change-Id: I00fcb1c2374e7ca168b6240f9d41c0323fb0867c Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'src/network')
-rw-r--r--src/network/ssl/qsslpresharedkeyauthenticator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/ssl/qsslpresharedkeyauthenticator.cpp b/src/network/ssl/qsslpresharedkeyauthenticator.cpp
index 01e1501763..ed6dbb87cf 100644
--- a/src/network/ssl/qsslpresharedkeyauthenticator.cpp
+++ b/src/network/ssl/qsslpresharedkeyauthenticator.cpp
@@ -141,7 +141,7 @@ QSslPreSharedKeyAuthenticator &QSslPreSharedKeyAuthenticator::operator=(const QS
/*!
\fn QSslPreSharedKeyAuthenticator &QSslPreSharedKeyAuthenticator::operator=(QSslPreSharedKeyAuthenticator &&authenticator)
- Move-assigns the the QSslPreSharedKeyAuthenticator object \a authenticator to this
+ Move-assigns the QSslPreSharedKeyAuthenticator object \a authenticator to this
object, and returns a reference to the moved instance.
*/