Browse Source

fix typo

pull/816/head
R4SAS 7 years ago
parent
commit
f044851abb
  1. 2
      Win32/Win32App.cpp

2
Win32/Win32App.cpp

@ -143,7 +143,7 @@ namespace win32 @@ -143,7 +143,7 @@ namespace win32
s << "\n";
s << "Inbound: " << i2p::transport::transports.GetInBandwidth() / 1024 << " KiB/s; ";
s << "Outbound: " << i2p::transport::transports.GetOutBandwidth() / 1024 << " KiB/s\n";
s << "Recvieved: "; ShowTransfered (s, i2p::transport::transports.GetTotalReceivedBytes());
s << "Received: "; ShowTransfered (s, i2p::transport::transports.GetTotalReceivedBytes());
s << "Sent: "; ShowTransfered (s, i2p::transport::transports.GetTotalSentBytes());
s << "\n";
s << "Routers: " << i2p::data::netdb.GetNumRouters () << "; ";

Loading…
Cancel
Save