commit d6b2a1709d28c656dadc019fb24145e6ac400771 Author: Roger Dingledine arma@torproject.org Date: Sat Sep 13 17:10:04 2014 -0400
fix typo in comment --- src/or/rendservice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/rendservice.c b/src/or/rendservice.c index 749d6fa..31b612b 100644 --- a/src/or/rendservice.c +++ b/src/or/rendservice.c @@ -1754,7 +1754,7 @@ rend_service_parse_intro_for_v2(
/* * We accept version 3 too so that the v3 parser can call this with - * and adjusted buffer for the latter part of a v3 cell, which is + * an adjusted buffer for the latter part of a v3 cell, which is * identical to a v2 cell. */ if (!(intro->version == 2 ||
tor-commits@lists.torproject.org