QSslServer[docs]: fix grammar

s/a/an

Fixes: QTBUG-107777
Change-Id: I11159202304fc5f892ee41552d110f3a838470f9
Reviewed-by: Ievgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>
(cherry picked from commit c238a788464e1f41cd16210bd785ca5b61a763ee)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Mårten Nordheim 2022-10-19 14:09:36 +02:00 committed by Qt Cherry-pick Bot
parent 4060a2ee93
commit 94379dd158

View File

@ -16,7 +16,7 @@
Transport Layer Security (TLS). Transport Layer Security (TLS).
To configure the secure handshake settings, use the applicable setter 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 to the setSslConfiguration() function. All following incoming
connections handled will use these settings. connections handled will use these settings.