]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix typo
authorRoger Dingledine <arma@torproject.org>
Thu, 15 Dec 2005 21:26:39 +0000 (21:26 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 15 Dec 2005 21:26:39 +0000 (21:26 +0000)
svn:r5597

src/or/directory.c

index 249d05376b2cbc9b124dcecb2b841d2a32323ac7..a73305fcc7d9ea332d752be6adac75d6f2a8f09c 100644 (file)
@@ -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.  */
     }
   }