소스 검색

Fix typo in comment about FallbackDir handling

Nick Mathewson 4 년 전
부모
커밋
9cfc811c37
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;