Doc: fix typo in QAbstractSocket::bind documentation

Fixes: QTBUG-72780
Change-Id: I16d89d29f573dba37ed8e1986ed9677117ca6aad
Reviewed-by: André Hartmann <aha_1980@gmx.de>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
Samuel Gaist 2019-01-02 13:44:13 +01:00
parent 7ca39bf7bc
commit 1606a8aa1c

View File

@ -1549,7 +1549,7 @@ void QAbstractSocket::setPauseMode(PauseModes pauseMode)
By default, the socket is bound using the DefaultForPlatform BindMode.
If a port is not specified, a random port is chosen.
On success, the functions returns \c true and the socket enters
On success, the function returns \c true and the socket enters
BoundState; otherwise it returns \c false.
*/