diff --git a/include/libtorrent/http_stream.hpp b/include/libtorrent/http_stream.hpp index cfe74fcae..4a5dc84f3 100644 --- a/include/libtorrent/http_stream.hpp +++ b/include/libtorrent/http_stream.hpp @@ -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 h(new handler_type(handler)); tcp::resolver::query q(m_hostname, to_string(m_port).elems);