From: Roger Dingledine Date: Thu, 15 Dec 2005 21:26:39 +0000 (+0000) Subject: fix typo X-Git-Tag: tor-0.1.1.11-alpha~187 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dadcb19d17468d043f32a5dbb205ff3ca77661b2;p=thirdparty%2Ftor.git fix typo svn:r5597 --- diff --git a/src/or/directory.c b/src/or/directory.c index 249d05376b..a73305fcc7 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. */ } }