From 2f4a9929c87b5b8c64d435b8ed24786cf2451ea5 Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Wed, 21 Jun 2023 19:57:28 +0000 Subject: [PATCH] [#2833] Fix typo --- src/lib/http/response_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/http/response_parser.h b/src/lib/http/response_parser.h index b4ddf1ddc6..7c328fdb94 100644 --- a/src/lib/http/response_parser.h +++ b/src/lib/http/response_parser.h @@ -171,7 +171,7 @@ private: const std::string& number_name, unsigned int* const storage); - /// @brief Handler for states in which pareser reads numeric values. + /// @brief Handler for states in which parser reads numeric values. /// /// This handler calculates version number using the following equation: /// @code