diff --git a/include/SFML/Network/Http.hpp b/include/SFML/Network/Http.hpp index 0495d26c..fff7619d 100644 --- a/include/SFML/Network/Http.hpp +++ b/include/SFML/Network/Http.hpp @@ -100,7 +100,7 @@ public: /// \brief Set the request method /// /// See the Method enumeration for a complete list of all - /// the availale methods. + /// the available methods. /// The method is Http::Request::Method::Get by default. /// /// \param method Method to use for the request