소스 검색

Merge remote-tracking branch 'tor-github/pr/408'

Nick Mathewson 5 년 전
부모
커밋
63c5e09a40
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/feature/hs/hs_cell.c

+ 1 - 1
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. */