fixed typo in comment
This commit is contained in:
parent
c4bdd4debe
commit
f68b45bae6
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue