Fix a typo in QLocalSocket doc

Change-Id: I3047cb24051c7f25d77d5b2b86ff145a52695107
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
bb10
Alexander Akulich 2020-02-07 15:36:58 +03:00
parent d803534954
commit ee73ec0c77
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ QT_BEGIN_NAMESPACE
On Windows this is a named pipe and on Unix this is a local domain socket.
If an error occurs, socketError() returns the type of error, and
If an error occurs, error() returns the type of error, and
errorString() can be called to get a human readable description
of what happened.