[torspec/master] fix some spelling errors / etc in control spec

commit 236767d172c82472bd07ac71f75e0a9794f5a760 Author: Roger Dingledine <arma@torproject.org> Date: Wed Jun 10 22:37:42 2015 -0400 fix some spelling errors / etc in control spec --- control-spec.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/control-spec.txt b/control-spec.txt index 5377658..74a80d7 100644 --- a/control-spec.txt +++ b/control-spec.txt @@ -2736,7 +2736,7 @@ Reason = "BAD_DESC" / "QUERY_REJECTED" / "UPLOAD_REJECTED" / "NOT_FOUND" / "UNEXPECTED" - These events will be triggerred when required HiddenService descriptor is + These events will be triggered when required HiddenService descriptor is not found in the cache and a fetch or upload with the network is performed. If the fetch was triggered with only a DescriptorID (using the HSFETCH @@ -2744,7 +2744,8 @@ since there is no way to know the HSAddress from the DescriptorID thus the value will be "UNKNOWN". - If we already had the v0 descriptor, the newly fected v2 descriptor will be + If we already had the v0 descriptor, the newly fetched v2 descriptor + will be ignored and a "HS_DESC" event with "IGNORE" action will be generated. For HsDir, LongName is always prefered. If HsDir cannot be found in node
participants (1)
-
arma@torproject.org