Explorar el Código

fix typo

svn:r2925
Nick Mathewson hace 21 años
padre
commit
bdb61f2a04
Se han modificado 1 ficheros con 1 adiciones y 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;
 }