Przeglądaj źródła

fix typo

svn:r2925
Nick Mathewson 21 lat temu
rodzic
commit
bdb61f2a04
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
 }