Merge pull request #2106 from majestrate/fix-config-comment-typo-2023-01-05

fix typo in config comments
This commit is contained in:
Jason Rhinelander 2023-03-01 12:31:18 -04:00 committed by GitHub
commit b48e8b23ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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));