From: Neel Chauhan Date: Tue, 16 Oct 2018 14:59:42 +0000 (-0400) Subject: Fix typo in comment for hs_cell_parse_introduce2() X-Git-Tag: tor-0.3.5.3-alpha~11^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f93ee8e4c49f1274119300bb4983348341109141;p=thirdparty%2Ftor.git Fix typo in comment for hs_cell_parse_introduce2() --- diff --git a/src/feature/hs/hs_cell.c b/src/feature/hs/hs_cell.c index c6ca6746bc..9bbae6d325 100644 --- a/src/feature/hs/hs_cell.c +++ b/src/feature/hs/hs_cell.c @@ -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. */