mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 14:40:51 +01:00
fix some typos
svn:r4915
This commit is contained in:
parent
4aca47268d
commit
0a8a8ba546
1 changed files with 2 additions and 2 deletions
|
@ -323,10 +323,10 @@ typedef enum {
|
|||
/** Purpose for connection to directory server: set after a rendezvous
|
||||
* descriptor is downloaded. */
|
||||
#define DIR_PURPOSE_HAS_FETCHED_RENDDESC 4
|
||||
/** A connection to a directory server: downoad one or more network-status
|
||||
/** A connection to a directory server: download one or more network-status
|
||||
* objects */
|
||||
#define DIR_PURPOSE_FETCH_NETWORKSTATUS 5
|
||||
/** A connection to a directory server: downoad one or more server
|
||||
/** A connection to a directory server: download one or more server
|
||||
* descriptors. */
|
||||
#define DIR_PURPOSE_FETCH_SERVERDESC 6
|
||||
/** Purpose for connection to directory server: upload a server descriptor. */
|
||||
|
|
Loading…
Add table
Reference in a new issue