From c2e065b9bc2c7fc074bd12935a4242336665b5a2 Mon Sep 17 00:00:00 2001 From: BlackyDrum <111639941+BlackyDrum@users.noreply.github.com> Date: Sun, 30 Apr 2023 00:10:47 +0200 Subject: [PATCH] Fix typo in 'Http.hpp' --- include/SFML/Network/Http.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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