fix typo in config comments

lokinetN -> lokitunN
This commit is contained in:
Jeff Becker 2023-01-05 08:48:16 -05:00
parent 7ae1a1a83b
commit c682247f87
No known key found for this signature in database
GPG Key ID: 025C02EE3A092F2D
1 changed files with 1 additions and 1 deletions

View File

@ -609,7 +609,7 @@ namespace llarp
"ifname",
Comment{
"Interface name for lokinet traffic. If unset lokinet will look for a free name",
"matching 'lokinetN', starting at N=0 (e.g. lokinet0, lokinet1, ...).",
"matching 'lokitunN', starting at N=0 (e.g. lokitun0, lokitun1, ...).",
},
AssignmentAcceptor(m_ifname));