fixed typo in comment

This commit is contained in:
Arvid Norberg 2010-01-31 22:19:28 +00:00
parent c4bdd4debe
commit f68b45bae6
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ public:
// 4. read CONNECT response
// to avoid unnecessary copying of the handler,
// store it in a shaed_ptr
// store it in a shared_ptr
boost::shared_ptr<handler_type> h(new handler_type(handler));
tcp::resolver::query q(m_hostname, to_string(m_port).elems);