Browse Source

fix typo

svn:r2925
Nick Mathewson 20 years ago
parent
commit
bdb61f2a04
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/router.c

+ 1 - 1
src/or/router.c

@@ -91,7 +91,7 @@ crypto_pk_env_t *get_identity_key(void) {
   return identitykey;
 }
 
-/** Return truf iff the identity key has been set. */
+/** Return true iff the identity key has been set. */
 int identity_key_is_set(void) {
   return identitykey != NULL;
 }