Fix typo in comment about FallbackDir handling

This commit is contained in:
Nick Mathewson 2019-08-26 19:20:16 -04:00
parent 3a530ae535
commit 9cfc811c37

View File

@ -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;