From 834745929a0b78aed84e1d5465db40c2fef759b3 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 5 Jul 2022 15:18:29 -0400 Subject: fix easy typos --- src/feature/stats/rephist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/feature/stats') diff --git a/src/feature/stats/rephist.c b/src/feature/stats/rephist.c index 52bd94aba9..5738259262 100644 --- a/src/feature/stats/rephist.c +++ b/src/feature/stats/rephist.c @@ -2114,7 +2114,7 @@ static overload_onionskin_assessment_t overload_onionskin_assessment; /** * We combine ntorv3 and ntor into the same stat, so we must - * use this function to covert the cell type to a stat index. + * use this function to convert the cell type to a stat index. */ static inline uint16_t onionskin_type_to_stat(uint16_t type) @@ -2137,7 +2137,7 @@ onionskin_type_to_stat(uint16_t type) * the stats are reset back to 0 and the assessment time period updated. * * This is called when a ntor handshake is _requested_ because we want to avoid - * to have an assymetric situation where requested counter is reset to 0 but + * to have an asymmetric situation where requested counter is reset to 0 but * then a drop happens leading to the drop counter being incremented while the * requested counter is 0. */ static void -- cgit v1.2.3-54-g00ecf