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,