mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
fix typo
svn:r2925
This commit is contained in:
parent
36f4e15e81
commit
bdb61f2a04
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user