commit 9cfc811c377be8e30532b6faef78e3c97f0ae7e8 Author: Nick Mathewson nickm@torproject.org Date: Mon Aug 26 19:20:16 2019 -0400
Fix typo in comment about FallbackDir handling --- src/app/config/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/app/config/config.c b/src/app/config/config.c index bff403a99..66047aeab 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;
tor-commits@lists.torproject.org