From f68b45bae62e7672e7de55bb25957bbbbd1158b7 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 31 Jan 2010 22:19:28 +0000 Subject: [PATCH] fixed typo in comment --- include/libtorrent/http_stream.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);