aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/tor.1.txt2
-rw-r--r--src/or/or.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 3a54957f8f..bc706e7156 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -2347,7 +2347,7 @@ The following options are used for running a testing Tor network.
[[TestingDirAuthVoteHSDir]] **TestingDirAuthVoteHSDir** __node__,__node__,__...__::
A list of identity fingerprints and country codes and
address patterns of nodes to vote HSDir for regardless of their
- uptime and ORPort connectivity. See the **ExcludeNodes** option for more
+ uptime and DirPort. See the **ExcludeNodes** option for more
information on how to specify nodes.
+
In order for this option to have any effect, **TestingTorNetwork**
diff --git a/src/or/or.h b/src/or/or.h
index f6aee13f5b..4a313515f4 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -4100,7 +4100,7 @@ typedef struct {
routerset_t *TestingDirAuthVoteGuard;
/** Relays in a testing network which should be voted HSDir
- * regardless of uptime and ORPort connectivity.
+ * regardless of uptime and DirPort.
* Respects VoteOnHidServDirectoriesV2. */
routerset_t *TestingDirAuthVoteHSDir;