summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
diff options
context:
space:
mode:
authorMårten Nordheim <marten.nordheim@qt.io>2022-10-19 14:09:36 +0200
committerMårten Nordheim <marten.nordheim@qt.io>2022-10-19 17:28:13 +0200
commitc238a788464e1f41cd16210bd785ca5b61a763ee (patch)
tree12e0990dde8c697898a242ab6000d912a7af72f6 /src/network/ssl
parent46f98147f4e3a09b32042c0655d5de7285a795e3 (diff)
QSslServer[docs]: fix grammar
s/a/an Fixes: QTBUG-107777 Pick-to: 6.4 Change-Id: I11159202304fc5f892ee41552d110f3a838470f9 Reviewed-by: Ievgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>
Diffstat (limited to 'src/network/ssl')
-rw-r--r--src/network/ssl/qsslserver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/ssl/qsslserver.cpp b/src/network/ssl/qsslserver.cpp
index a742b6541d..693b724bb7 100644
--- a/src/network/ssl/qsslserver.cpp
+++ b/src/network/ssl/qsslserver.cpp
@@ -16,7 +16,7 @@
Transport Layer Security (TLS).
To configure the secure handshake settings, use the applicable setter
- functions on a QSslConfiguration object, and then use it as a argument
+ functions on a QSslConfiguration object, and then use it as an argument
to the setSslConfiguration() function. All following incoming
connections handled will use these settings.