Explorar o código

Fix typo in comment about FallbackDir handling

Nick Mathewson %!s(int64=4) %!d(string=hai) anos
pai
achega
9cfc811c37
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/app/config/config.c

+ 1 - 1
src/app/config/config.c

@@ -8154,7 +8154,7 @@ getinfo_helper_config(control_connection_t *conn,
         }
         }
         if (strcmp(var->member.name, "FallbackDir") == 0) {
         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.
            * to add the defaults manually.
            */
            */
           ++fallback_lines_seen;
           ++fallback_lines_seen;