[tor-commits] [tor/master] Fix changes file and string typos

teor at torproject.org teor at torproject.org
Mon Oct 21 05:24:58 UTC 2019


commit 3b2525c375bdd07abb31aeb498c079111e8c3595
Author: teor <teor at torproject.org>
Date:   Mon Oct 21 13:48:25 2019 +1000

    Fix changes file and string typos
    
    Part of 31684.
---
 changes/ticket31684                   | 6 +++---
 src/feature/control/control_getinfo.c | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/changes/ticket31684 b/changes/ticket31684
index 4a9b7cb4a..6631c8794 100644
--- a/changes/ticket31684
+++ b/changes/ticket31684
@@ -1,6 +1,6 @@
-  o Minor features (onion services):
+  o Minor features (controller):
     - Implement a new GETINFO command to fetch microdescriptor consensus.
       Closes ticket 31684.
-  o Code simplification and refactoring (onion services):
+  o Code simplification and refactoring (controller):
     - Create a helper function that can fetch network status or microdesc
-      consensuses.
+      consensuses. Closes ticket 31684.
diff --git a/src/feature/control/control_getinfo.c b/src/feature/control/control_getinfo.c
index e83b9f6f9..b77869e21 100644
--- a/src/feature/control/control_getinfo.c
+++ b/src/feature/control/control_getinfo.c
@@ -1545,7 +1545,7 @@ static const getinfo_item_t getinfo_items[] = {
   ITEM("dir/status-vote/current/consensus", dir,
        "v3 Networkstatus consensus as retrieved from a DirPort."),
   ITEM("dir/status-vote/current/consensus-microdesc", dir,
-       "v3 Microdescriptors consensus as retrieved from a DirPort."),
+       "v3 Microdescriptor consensus as retrieved from a DirPort."),
   ITEM("exit-policy/default", policies,
        "The default value appended to the configured exit policy."),
   ITEM("exit-policy/reject-private/default", policies,





More information about the tor-commits mailing list