diff options
author | Roger Dingledine <arma@torproject.org> | 2005-12-15 21:51:12 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-12-15 21:51:12 +0000 |
commit | a6afef700ac2b2a84fcc3a371640a8b01511c008 (patch) | |
tree | 74da44cc047468a4481d6735601a68352efdbbd9 | |
parent | edde3fcf25795f5d5651c8defeab25189e7c2069 (diff) | |
download | tor-a6afef700ac2b2a84fcc3a371640a8b01511c008.tar tor-a6afef700ac2b2a84fcc3a371640a8b01511c008.tar.gz |
nother typo
svn:r5605
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 75a2d66af..ec248a3ce 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1316,7 +1316,7 @@ typedef struct { config_line_t *AuthDirInvalid; /**< Address policy for descriptors to * never mark as valid. */ int AuthDirRejectUnlisted; /**< Boolean: do we reject all routers that - * aren't named in our fingprint file? */ + * aren't named in our fingerprint file? */ char *AccountingStart; /**< How long is the accounting interval, and when * does it start? */ uint64_t AccountingMax; /**< How many bytes do we allow per accounting |