Fixed typo in TcpSocket header comment.

This commit is contained in:
Ant 2021-07-13 22:07:36 -04:00 committed by Lukas Dürrenberger
parent 9e79d61d22
commit 089f0fd8b4

View File

@ -68,7 +68,7 @@ public:
////////////////////////////////////////////////////////////
/// \brief Get the address of the connected peer
///
/// It the socket is not connected, this function returns
/// If the socket is not connected, this function returns
/// sf::IpAddress::None.
///
/// \return Address of the remote peer