* fix mistype

This commit is contained in:
hagen 2016-03-24 00:00:00 +00:00
parent b28208d1bf
commit aa877a73ba

View File

@ -72,7 +72,7 @@ namespace i2p
if (config == "")
{
config = i2p::fs::DataDirPath("i2p.conf");
// use i2p.cong only if exists
// use i2p.conf only if exists
if (!i2p::fs::Exists (config)) config = ""; /* reset */
}