commit 72729210bfe55c212652d2686a0d1275efebce96 Author: Roger Dingledine arma@torproject.org Date: Wed Feb 23 10:03:24 2022 -0500
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
tor-commits@lists.torproject.org