diff options
author | Roger Dingledine <arma@torproject.org> | 2008-01-18 04:50:15 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-01-18 04:50:15 +0000 |
commit | 62282136474053f69d99b7e4b2f7fcf7a7561e7f (patch) | |
tree | fec2a2891b18199779ebc0fc6ffcd3adb5ee4d75 | |
parent | 4682e5f9246bee6ec26e95e0f12549f1ee0520f7 (diff) | |
download | tor-62282136474053f69d99b7e4b2f7fcf7a7561e7f.tar.gz tor-62282136474053f69d99b7e4b2f7fcf7a7561e7f.zip |
minor typo
svn:r13174
-rw-r--r-- | src/or/router.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c index 8851fb0d34..1b098c3a1e 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -321,7 +321,7 @@ init_v3_authority_keys(void) return r; } -/** If we're a v3 authority, check whether we have a certificatge that's +/** If we're a v3 authority, check whether we have a certificate that's * likely to expire soon. Warn if we do, but not too often. */ void v3_authority_check_key_expiry(void) |