mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 08:46:46 +00:00
fixes more typos
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user