diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-10-16 19:10:05 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-10-16 19:10:05 -0400 |
commit | 63c5e09a4093dc72f11c08078fe81c34c5d40ba5 (patch) | |
tree | f46f4c1d403f22ab761521dcef88c45c9d615168 | |
parent | e97adaf8dc13a4f500fab3d70c9c31400a01954f (diff) | |
parent | f93ee8e4c49f1274119300bb4983348341109141 (diff) | |
download | tor-63c5e09a4093dc72f11c08078fe81c34c5d40ba5.tar.gz tor-63c5e09a4093dc72f11c08078fe81c34c5d40ba5.zip |
Merge remote-tracking branch 'tor-github/pr/408'
-rw-r--r-- | src/feature/hs/hs_cell.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |