diff options
author | Roger Dingledine <arma@torproject.org> | 2005-10-18 21:39:00 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-10-18 21:39:00 +0000 |
commit | 102df4a9823020cd7e2da4a2d37466f6fb91cb36 (patch) | |
tree | dec10f99629844e808a9d2483d13aee88acbcfb8 /src/or/main.c | |
parent | e54efb16550a6d0a8d265eecd76f683cf7a72865 (diff) | |
download | tor-102df4a9823020cd7e2da4a2d37466f6fb91cb36.tar tor-102df4a9823020cd7e2da4a2d37466f6fb91cb36.tar.gz |
fix some typos
svn:r5283
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index 34ce2647e..572b29537 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -587,7 +587,7 @@ run_connection_housekeeping(int i, time_t now) * parsing partial serverdesc responses. */ if (conn->purpose == DIR_PURPOSE_FETCH_SERVERDESC && buf_datalen(conn->inbuf)>=1024) { - log_fn(LOG_INFO,"Trying to extract information from wedged server desc downoad"); + log_fn(LOG_INFO,"Trying to extract information from wedged server desc download."); connection_dir_reached_eof(conn); } connection_mark_for_close(conn); |