diff options
author | Neel Chauhan <neel@neelc.org> | 2018-08-08 00:12:00 -0400 |
---|---|---|
committer | Neel Chauhan <neel@neelc.org> | 2018-08-08 00:12:00 -0400 |
commit | 3a2b5a5bcbb35cdedfb63a00391bbf15df69cd9b (patch) | |
tree | f1a03a761477095645b6f8531623b9b0ceba72f2 /src | |
parent | 837f11a5320872ff9ab3565c9e2ddc44f127e843 (diff) | |
download | tor-3a2b5a5bcbb35cdedfb63a00391bbf15df69cd9b.tar.gz tor-3a2b5a5bcbb35cdedfb63a00391bbf15df69cd9b.zip |
Fix typo in control_event_hs_descriptor_content()
Diffstat (limited to 'src')
-rw-r--r-- | src/feature/control/control.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/feature/control/control.c b/src/feature/control/control.c index f22df30e11..da4b48fab1 100644 --- a/src/feature/control/control.c +++ b/src/feature/control/control.c @@ -7702,11 +7702,11 @@ control_event_hsv3_descriptor_failed(const char *onion_address, tor_free(desc_id_field); } -/** Send HS_DESC_CONTENT event after completion of a successful fetch from hs - * directory. If <b>hsdir_id_digest</b> is NULL, it is replaced by "UNKNOWN". - * If <b>content</b> is NULL, it is replaced by an empty string. The - * <b>onion_address</b> or <b>desc_id</b> set to NULL will no trigger the - * control event. */ +/** Send HS_DESC_CONTENT event after completion of a successful fetch + * from hs directory. If <b>hsdir_id_digest</b> is NULL, it is replaced + * by "UNKNOWN". If <b>content</b> is NULL, it is replaced by an empty + * string. The <b>onion_address</b> or <b>desc_id</b> set to NULL will + * not trigger the control event. */ void control_event_hs_descriptor_content(const char *onion_address, const char *desc_id, |