From 45c67502cbf4e105e077e8e23256892579a69a6b Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Fri, 20 Jan 2012 08:00:37 -0600 Subject: [PATCH] typo --- src/roles/server.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roles/server.hpp b/src/roles/server.hpp index 0283fc30a3..668abdb9e2 100644 --- a/src/roles/server.hpp +++ b/src/roles/server.hpp @@ -369,7 +369,7 @@ void server::connection::handle_read_request( if (!m_request.parse_complete(request)) { // not a valid HTTP request/response - throw http::exception("Recieved invalid HTTP Request",http::status_code::BAD_REQUEST); + throw http::exception("Received invalid HTTP Request",http::status_code::BAD_REQUEST); } // TODO: is there a way to short circuit this or something?