浏览代码

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;