Explorar o código

fix typo

svn:r2925
Nick Mathewson %!s(int64=21) %!d(string=hai) anos
pai
achega
bdb61f2a04
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 }