From 177a1222a60d1cdf5aff0690f3755786ae23f16d Mon Sep 17 00:00:00 2001 From: Shukant Pal Date: Mon, 25 Sep 2023 19:38:36 -0700 Subject: [PATCH] Fix typo in documentation --- include/boost/beast/http/error.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/beast/http/error.hpp b/include/boost/beast/http/error.hpp index c04c7300..079c6b75 100644 --- a/include/boost/beast/http/error.hpp +++ b/include/boost/beast/http/error.hpp @@ -41,7 +41,7 @@ enum class error This error is returned during parsing when additional octets are needed. The caller should append more data - to the existing buffer and retry the parse operaetion. + to the existing buffer and retry the parse operation. */ need_more,