tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 9cfc811c377be8e30532b6faef78e3c97f0ae7e8
parent 3a530ae5352cb64e176b889e5449913416c372c0
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 26 Aug 2019 19:20:16 -0400

Fix typo in comment about FallbackDir handling

Diffstat:
Msrc/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 @@ -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;