]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix typo
authorNick Mathewson <nickm@torproject.org>
Sun, 21 Nov 2004 05:06:22 +0000 (05:06 +0000)
committerNick Mathewson <nickm@torproject.org>
Sun, 21 Nov 2004 05:06:22 +0000 (05:06 +0000)
svn:r2925

src/or/router.c

index 3b6c569ee783b19cd567a291f2a73d9a11661b9d..96705a92e48a754a87d2c1107457818d05a3e8a1 100644 (file)
@@ -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;
 }