diff options
author | Roger Dingledine <arma@torproject.org> | 2019-02-20 10:32:47 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2019-02-20 10:32:47 -0500 |
commit | 249319ec5d3a17faf9a6060f1b3109f640874863 (patch) | |
tree | eba0034117a98443ea9b25390f3b3911005afa69 /src | |
parent | 97e1539f7f70898ac928f598bf711b7c317d29b7 (diff) | |
download | tor-249319ec5d3a17faf9a6060f1b3109f640874863.tar.gz tor-249319ec5d3a17faf9a6060f1b3109f640874863.zip |
fix typos from #28614
Diffstat (limited to 'src')
-rw-r--r-- | src/feature/nodelist/networkstatus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/nodelist/networkstatus.c b/src/feature/nodelist/networkstatus.c index 2c34754621..023115978c 100644 --- a/src/feature/nodelist/networkstatus.c +++ b/src/feature/nodelist/networkstatus.c @@ -1743,7 +1743,7 @@ networkstatus_set_current_consensus_from_ns(networkstatus_t *c, #endif /* defined(TOR_UNIT_TESTS) */ /** - * Helper: Read a the current consensus of type <b>flavor</b> from + * Helper: Read the current consensus of type <b>flavor</b> from * <b>fname</b>. Flags and return values are as for * networkstatus_set_current_consensus(). **/ |