[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r10484: typo pointed out by sjmurdoch (tor/trunk)
Author: arma
Date: 2007-06-04 09:55:58 -0400 (Mon, 04 Jun 2007)
New Revision: 10484
Modified:
tor/trunk/ChangeLog
Log:
typo pointed out by sjmurdoch
Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog 2007-06-04 10:15:24 UTC (rev 10483)
+++ tor/trunk/ChangeLog 2007-06-04 13:55:58 UTC (rev 10484)
@@ -139,7 +139,7 @@
are good, and how many authorities agree. (Patch from shibz.)
o Minor features (hidden services):
- - Allow multiple HiddenServeicePort directives with the same virtual
+ - Allow multiple HiddenServicePort directives with the same virtual
port; when they occur, the user is sent round-robin to one
of the target ports chosen at random. Partially fixes bug 393 by
adding limited ad-hoc round-robining.