From f4772bae812cdab9cca3864d79cdbec7abe5a114 Mon Sep 17 00:00:00 2001 From: Pierre Boyer Date: Sun, 4 Dec 2016 14:13:54 +0100 Subject: Fix a few minor typos --- src/p2p/net_node.inl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/p2p/net_node.inl') diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl index b5bfc2979..d7c48f991 100644 --- a/src/p2p/net_node.inl +++ b/src/p2p/net_node.inl @@ -541,7 +541,7 @@ namespace nodetool } else if (result == 2) { LOG_PRINT_L0("IGD was found but reported as not connected."); } else if (result == 3) { - LOG_PRINT_L0("UPnP device was found but not recoginzed as IGD."); + LOG_PRINT_L0("UPnP device was found but not recognized as IGD."); } else { LOG_ERROR("UPNP_GetValidIGD returned an unknown result code."); } @@ -1477,10 +1477,10 @@ namespace nodetool template bool node_server::log_peerlist() { - std::list pl_wite; + std::list pl_white; std::list pl_gray; - m_peerlist.get_peerlist_full(pl_gray, pl_wite); - LOG_PRINT_L0(ENDL << "Peerlist white:" << ENDL << print_peerlist_to_string(pl_wite) << ENDL << "Peerlist gray:" << ENDL << print_peerlist_to_string(pl_gray) ); + m_peerlist.get_peerlist_full(pl_gray, pl_white); + LOG_PRINT_L0(ENDL << "Peerlist white:" << ENDL << print_peerlist_to_string(pl_white) << ENDL << "Peerlist gray:" << ENDL << print_peerlist_to_string(pl_gray) ); return true; } //----------------------------------------------------------------------------------- -- cgit v1.2.3