summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-09-08 03:17:50 +0000
committerRoger Dingledine <arma@torproject.org>2005-09-08 03:17:50 +0000
commit0a8a8ba54656a380e7e7f7400b23b588c08da02c (patch)
treee453dd3702304b5eff029b1c5f897d17444c9ec1 /src
parent4aca47268dcd9929338d161436e9f43b83876941 (diff)
downloadtor-0a8a8ba54656a380e7e7f7400b23b588c08da02c.tar.gz
tor-0a8a8ba54656a380e7e7f7400b23b588c08da02c.zip
fix some typos
svn:r4915
Diffstat (limited to 'src')
-rw-r--r--src/or/or.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 2230dad195..33574e9181 100644
--- a/src/or/or.h
+++ b/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. */