From ac79d8ed3e8829f07109ba06f9a439bc8dbbdc5e Mon Sep 17 00:00:00 2001 From: orignal Date: Fri, 20 Mar 2015 21:13:06 -0400 Subject: [PATCH] fixed misspelling --- Daemon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Daemon.cpp b/Daemon.cpp index ed0c74d3..e3ae8bbc 100644 --- a/Daemon.cpp +++ b/Daemon.cpp @@ -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')