Skip to content

Commit

Permalink
fix spell error in HttpMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
westfly committed Aug 6, 2020
1 parent 22449ee commit c09c2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocol/HttpMessage.h
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class HttpRequest : public HttpMessage
return http_parser_set_uri(uri, this->parser) == 0;
}

/* std::stirng interface */
/* std::string interface */
public:
bool get_method(std::string& method) const
{
Expand Down

0 comments on commit c09c2d5

Please sign in to comment.