diff --git a/include/SFML/Network/TcpSocket.hpp b/include/SFML/Network/TcpSocket.hpp index 0532c7a85..02fbb8dff 100644 --- a/include/SFML/Network/TcpSocket.hpp +++ b/include/SFML/Network/TcpSocket.hpp @@ -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