[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] fix typo
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
directory.c
Log Message:
fix typo
Index: directory.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/directory.c,v
retrieving revision 1.328
retrieving revision 1.329
diff -u -d -r1.328 -r1.329
--- directory.c 15 Dec 2005 21:15:16 -0000 1.328
+++ directory.c 15 Dec 2005 21:26:39 -0000 1.329
@@ -213,7 +213,7 @@
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. */
}
}