fix doc error

This commit is contained in:
Günter Obiltschnig 2020-01-17 07:09:00 +01:00
parent 43ecda1232
commit ef648dc840

View File

@ -302,7 +302,7 @@ public:
/// as the system is free to adjust the value.
virtual void setReceiveTimeout(const Poco::Timespan& timeout);
/// Sets the send timeout for the socket.
/// Sets the receive timeout for the socket.
///
/// On systems that do not support SO_RCVTIMEO, a
/// workaround using poll() is provided.