Skip to content
Snippets Groups Projects
Commit 9cfc811c authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix typo in comment about FallbackDir handling

parent 3a530ae5
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment