Fix typo in 'Http.hpp'

This commit is contained in:
BlackyDrum 2023-04-30 00:10:47 +02:00 committed by Chris Thrasher
parent 92dbac623b
commit c2e065b9bc

View File

@ -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