From: Neel Chauhan Date: Wed, 8 Aug 2018 04:12:00 +0000 (-0400) Subject: Fix typo in control_event_hs_descriptor_content() X-Git-Tag: tor-0.3.5.1-alpha~158 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a2b5a5bcbb35cdedfb63a00391bbf15df69cd9b;p=thirdparty%2Ftor.git Fix typo in control_event_hs_descriptor_content() --- 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 hsdir_id_digest is NULL, it is replaced by "UNKNOWN". - * If content is NULL, it is replaced by an empty string. The - * onion_address or desc_id set to NULL will no trigger the - * control event. */ +/** Send HS_DESC_CONTENT event after completion of a successful fetch + * from hs directory. If hsdir_id_digest is NULL, it is replaced + * by "UNKNOWN". If content is NULL, it is replaced by an empty + * string. The onion_address or desc_id set to NULL will + * not trigger the control event. */ void control_event_hs_descriptor_content(const char *onion_address, const char *desc_id,