commit 72729210bfe55c212652d2686a0d1275efebce96
parent 01bda6c23f58947ad1e20ea6367a5c260f53dfab
Author: Roger Dingledine <arma@torproject.org>
Date: Wed, 23 Feb 2022 10:03:24 -0500
fix a typo in a comment
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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