diff options
author | Roger Dingledine <arma@torproject.org> | 2005-12-15 21:26:39 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-12-15 21:26:39 +0000 |
commit | dadcb19d17468d043f32a5dbb205ff3ca77661b2 (patch) | |
tree | bdbe9bc71cddc1659f1a0710a13ab013d1134865 | |
parent | 24e79df0b6e27f534cde5e15967e6a12e1e3535b (diff) | |
download | tor-dadcb19d17468d043f32a5dbb205ff3ca77661b2.tar tor-dadcb19d17468d043f32a5dbb205ff3ca77661b2.tar.gz |
fix typo
svn:r5597
-rw-r--r-- | src/or/directory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/directory.c b/src/or/directory.c index 249d05376..a73305fcc 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -213,7 +213,7 @@ directory_get_from_dirserver(uint8_t purpose, const char *resource, rs = router_pick_directory_server(1, 0, need_v2_support, retry_if_no_servers); /* If we have any hope of building an indirect conn, we know some router - * decriptors. If (rs==NULL), we can't build circuits anyway, so + * descriptors. If (rs==NULL), we can't build circuits anyway, so * there's no point in falling back to the authorities in this case. */ } } |