From 089f0fd8b4fb025bfb2f118c51333c77855e9413 Mon Sep 17 00:00:00 2001 From: Ant Date: Tue, 13 Jul 2021 22:07:36 -0400 Subject: [PATCH] Fixed typo in TcpSocket header comment. --- include/SFML/Network/TcpSocket.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SFML/Network/TcpSocket.hpp b/include/SFML/Network/TcpSocket.hpp index 0532c7a8..02fbb8df 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