]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix a typo in a comment
authorRoger Dingledine <arma@torproject.org>
Wed, 23 Feb 2022 15:03:24 +0000 (10:03 -0500)
committerRoger Dingledine <arma@torproject.org>
Wed, 23 Feb 2022 15:03:24 +0000 (10:03 -0500)
src/feature/nodelist/torcert.c

index ab3c0ecc1bb9e0af4d4a8f031842fb106eae7cfd..8e115a2dc68edae3187e00a4ab1127865acd2588 100644 (file)
@@ -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