fixes more typos

This commit is contained in:
Peter Thorson
2013-05-05 15:13:45 -05:00
parent ced601f8d7
commit 24f6943336

View File

@@ -432,7 +432,7 @@ protected:
boost::asio::ip::tcp::resolver::iterator it, end;
for (it = iterator; it != end, ++it) {
for (it = iterator; it != end; ++it) {
s << (*it).endpoint() << "\n";
}