mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Fix typo in comment about FallbackDir handling
This commit is contained in:
parent
3a530ae535
commit
9cfc811c37
1 changed files with 1 additions and 1 deletions
|
@ -8154,7 +8154,7 @@ getinfo_helper_config(control_connection_t *conn,
|
|||
}
|
||||
if (strcmp(var->member.name, "FallbackDir") == 0) {
|
||||
/*
|
||||
* Similarly count fallback lines, so that we can decided later
|
||||
* Similarly count fallback lines, so that we can decide later
|
||||
* to add the defaults manually.
|
||||
*/
|
||||
++fallback_lines_seen;
|
||||
|
|
Loading…
Add table
Reference in a new issue