typo: stoped->stopped

This commit is contained in:
multikatt 2015-02-11 21:06:52 -05:00
parent 816e4d533d
commit dcad550a2f
3 changed files with 15 additions and 15 deletions

View file

@ -39,11 +39,11 @@ namespace api
{
LogPrint("Shutdown started.");
i2p::tunnel::tunnels.Stop();
LogPrint("Tunnels stoped");
LogPrint("Tunnels stopped");
i2p::transport::transports.Stop();
LogPrint("Transports stoped");
LogPrint("Transports stopped");
i2p::data::netdb.Stop();
LogPrint("NetDB stoped");
LogPrint("NetDB stopped");
StopLog ();
}