mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-21 16:49:10 +01:00
fixed misspelling
This commit is contained in:
parent
02de91f7f2
commit
ac79d8ed3e
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ namespace i2p
|
||||||
|
|
||||||
i2p::context.SetSupportsV6 (i2p::util::config::GetArg("-v6", 0));
|
i2p::context.SetSupportsV6 (i2p::util::config::GetArg("-v6", 0));
|
||||||
i2p::context.SetFloodfill (i2p::util::config::GetArg("-floodfill", 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.length () > 0)
|
||||||
{
|
{
|
||||||
if (bandwidth[0] > 'L')
|
if (bandwidth[0] > 'L')
|
||||||
|
|
Loading…
Add table
Reference in a new issue