Browse Source

minor typo

svn:r13174
Roger Dingledine 17 years ago
parent
commit
6228213647
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/router.c

+ 1 - 1
src/or/router.c

@@ -321,7 +321,7 @@ init_v3_authority_keys(void)
   return r;
   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. */
  * likely to expire soon.  Warn if we do, but not too often. */
 void
 void
 v3_authority_check_key_expiry(void)
 v3_authority_check_key_expiry(void)