mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 12:56:38 +01:00
fixed typo
This commit is contained in:
parent
cd237219e4
commit
689432f627
1 changed files with 5 additions and 5 deletions
|
@ -208,6 +208,7 @@ namespace config {
|
||||||
|
|
||||||
m_OptionsDesc
|
m_OptionsDesc
|
||||||
.add(general)
|
.add(general)
|
||||||
|
.add(limits)
|
||||||
.add(httpserver)
|
.add(httpserver)
|
||||||
.add(httpproxy)
|
.add(httpproxy)
|
||||||
.add(socksproxy)
|
.add(socksproxy)
|
||||||
|
@ -216,7 +217,6 @@ namespace config {
|
||||||
.add(i2cp)
|
.add(i2cp)
|
||||||
.add(i2pcontrol)
|
.add(i2pcontrol)
|
||||||
.add(precomputation)
|
.add(precomputation)
|
||||||
.add(limits)
|
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue