]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix typo in comment for hs_cell_parse_introduce2()
authorNeel Chauhan <neel@neelc.org>
Tue, 16 Oct 2018 14:59:42 +0000 (10:59 -0400)
committerNeel Chauhan <neel@neelc.org>
Tue, 16 Oct 2018 14:59:42 +0000 (10:59 -0400)
src/feature/hs/hs_cell.c

index c6ca6746bcac0d11b2cb794f2722f30f6c5ace77..9bbae6d325f230336a99be40d93a05e65e2dfdd9 100644 (file)
@@ -620,7 +620,7 @@ hs_cell_parse_intro_established(const uint8_t *payload, size_t payload_len)
   return ret;
 }
 
-/* Parsse the INTRODUCE2 cell using data which contains everything we need to
+/* Parse the INTRODUCE2 cell using data which contains everything we need to
  * do so and contains the destination buffers of information we extract and
  * compute from the cell. Return 0 on success else a negative value. The
  * service and circ are only used for logging purposes. */