瀏覽代碼

Fix warnings from lintChanges.py

Nick Mathewson 10 年之前
父節點
當前提交
b89854ee17
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      changes/bug14184
  2. 1 1
      changes/bug14819

+ 2 - 2
changes/bug14184

@@ -1,5 +1,5 @@
   o Minor bugfixes:
     - On the control port, the "entry-guards" command was reporting an "up"
-      status for a relay that was actually down. This fix check if
+      status for a relay that was actually down. This fixes the check if
       "unreachable_since" is set and if so reports the "down" status. Fixes
-      bug 14184.
+      bug 14184; bugfix on 0.1.2.2-alpha.

+ 1 - 1
changes/bug14819

@@ -1,5 +1,5 @@
   o Minor bugfixes
     - Remove the --disable-threads configure option again. It was accidentally
       partially re-introduced in 29ac883606d6d5ebfdcc2efceb2b4b60ee6a8916.
-      Fixes bug 13819; bugfix on 0.2.6.2-alpha.
+      Fixes bug 14819; bugfix on 0.2.6.2-alpha.