diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-08-26 19:20:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-08-28 09:42:17 -0400 |
commit | 9cfc811c377be8e30532b6faef78e3c97f0ae7e8 (patch) | |
tree | 2b78abdbd672adf12af39e47217653f00224b4b6 /src/app | |
parent | 3a530ae5352cb64e176b889e5449913416c372c0 (diff) | |
download | tor-9cfc811c377be8e30532b6faef78e3c97f0ae7e8.tar.gz tor-9cfc811c377be8e30532b6faef78e3c97f0ae7e8.zip |
Fix typo in comment about FallbackDir handling
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/config/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/config/config.c b/src/app/config/config.c index bff403a990..66047aeabc 100644 --- a/src/app/config/config.c +++ b/src/app/config/config.c @@ -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; |