aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2022-02-23 10:03:24 -0500
committerRoger Dingledine <arma@torproject.org>2022-02-23 10:03:24 -0500
commit72729210bfe55c212652d2686a0d1275efebce96 (patch)
tree61408b691c75d5cfff0b3b94d66a9c12792f2c85
parent01bda6c23f58947ad1e20ea6367a5c260f53dfab (diff)
downloadtor-72729210bfe55c212652d2686a0d1275efebce96.tar.gz
tor-72729210bfe55c212652d2686a0d1275efebce96.zip
fix a typo in a comment
-rw-r--r--src/feature/nodelist/torcert.c2
1 files changed, 1 insertions, 1 deletions
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