fixed misspelling

This commit is contained in:
orignal 2015-03-20 21:13:06 -04:00
parent 02de91f7f2
commit ac79d8ed3e

View File

@ -76,7 +76,7 @@ namespace i2p
i2p::context.SetSupportsV6 (i2p::util::config::GetArg("-v6", 0));
i2p::context.SetFloodfill (i2p::util::config::GetArg("-floodfill", 0));
auto bandwidth = i2p::util::config::GetArg("-badnwidth", "");
auto bandwidth = i2p::util::config::GetArg("-bandwidth", "");
if (bandwidth.length () > 0)
{
if (bandwidth[0] > 'L')