Browse Source

fix some typos

svn:r4915
Roger Dingledine 20 years ago
parent
commit
0a8a8ba546
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/or/or.h

+ 2 - 2
src/or/or.h

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