From 72729210bfe55c212652d2686a0d1275efebce96 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 23 Feb 2022 10:03:24 -0500 Subject: [PATCH] fix a typo in a comment --- src/feature/nodelist/torcert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/feature/nodelist/torcert.c b/src/feature/nodelist/torcert.c index ab3c0ecc1b..8e115a2dc6 100644 --- a/src/feature/nodelist/torcert.c +++ b/src/feature/nodelist/torcert.c @@ -13,7 +13,7 @@ * contents themselves may be another Ed25519 key, a digest of a * RSA key, or some other material. * - * In this module there is also support for a crooss-certification of + * In this module there is also support for a cross-certification of * Ed25519 identities using (older) RSA1024 identities. * * Tor uses other types of certificate too, beyond those described in this