Explorar el Código

Fix typo in comment about FallbackDir handling

Nick Mathewson hace 4 años
padre
commit
9cfc811c37
Se han modificado 1 ficheros con 1 adiciones y 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) {
           /*
-           * 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;