summaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-12-01 03:48:14 +0000
committerNick Mathewson <nickm@torproject.org>2004-12-01 03:48:14 +0000
commitb457cfb5ebab5786beed8168b5b0ef1fc5b2797f (patch)
tree5d27ff71d1a130f4dd00efdc27f0b6ed8237ef10 /src/or/dirserv.c
parent6e88abf418684ccaf4a1d7146b0129857a3864fe (diff)
downloadtor-b457cfb5ebab5786beed8168b5b0ef1fc5b2797f.tar.gz
tor-b457cfb5ebab5786beed8168b5b0ef1fc5b2797f.zip
Spell-check strings and comments
svn:r3052
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r--src/or/dirserv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index c3aa0b9699..2156b52843 100644
--- a/src/or/dirserv.c
+++ b/src/or/dirserv.c
@@ -899,7 +899,7 @@ static int generate_runningrouters(crypto_pk_env_t *private_key)
}
runningrouters_is_dirty = 0;
- /* We don't cache runnning-routers to disk, so there's no point in
+ /* We don't cache running-routers to disk, so there's no point in
* authdirservers caching it. */
/* dirserv_set_cached_directory(the_runningrouters, time(NULL), 1); */