]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix typo in control_event_hs_descriptor_content()
authorNeel Chauhan <neel@neelc.org>
Wed, 8 Aug 2018 04:12:00 +0000 (00:12 -0400)
committerNeel Chauhan <neel@neelc.org>
Wed, 8 Aug 2018 04:12:00 +0000 (00:12 -0400)
src/feature/control/control.c

index f22df30e1119eac88b7dc841a15e9bb5802dac5b..da4b48fab11d1ff1cbfec722681e2991183e96e4 100644 (file)
@@ -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,