Merge pull request #297 from evgeni/master

fix "recieve" typo in various places
This commit is contained in:
Peter Thorson
2013-10-20 12:17:58 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -624,7 +624,7 @@ void connection<config>::handle_transport_init(lib::error_code const & ec) {
if (ec) {
std::stringstream s;
s << "handle_transport_init recieved error: "<< ec.message();
s << "handle_transport_init received error: "<< ec.message();
m_elog.write(log::elevel::fatal,s.str());
this->terminate(ec);