Fix typo in control_event_hs_descriptor_content()

This commit is contained in:
Neel Chauhan 2018-08-08 00:12:00 -04:00
parent 837f11a532
commit 3a2b5a5bcb

View File

@ -7702,11 +7702,11 @@ control_event_hsv3_descriptor_failed(const char *onion_address,
tor_free(desc_id_field); tor_free(desc_id_field);
} }
/** Send HS_DESC_CONTENT event after completion of a successful fetch from hs /** Send HS_DESC_CONTENT event after completion of a successful fetch
* directory. If <b>hsdir_id_digest</b> is NULL, it is replaced by "UNKNOWN". * from hs directory. If <b>hsdir_id_digest</b> is NULL, it is replaced
* If <b>content</b> is NULL, it is replaced by an empty string. The * by "UNKNOWN". If <b>content</b> is NULL, it is replaced by an empty
* <b>onion_address</b> or <b>desc_id</b> set to NULL will no trigger the * string. The <b>onion_address</b> or <b>desc_id</b> set to NULL will
* control event. */ * not trigger the control event. */
void void
control_event_hs_descriptor_content(const char *onion_address, control_event_hs_descriptor_content(const char *onion_address,
const char *desc_id, const char *desc_id,