fix some typos

svn:r4915
This commit is contained in:
Roger Dingledine 2005-09-08 03:17:50 +00:00
parent 4aca47268d
commit 0a8a8ba546

View file

@ -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. */