diff options
author | Roger Dingledine <arma@torproject.org> | 2007-11-10 07:26:56 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-11-10 07:26:56 +0000 |
commit | 7050df72454ef8f7e49f42d178ac6ef0ba19ec7c (patch) | |
tree | bbbd157c73181c6dae452e696724f6a783f7095d /src/or/rephist.c | |
parent | a5d7ff5f106a0c11bc145692072ab8d64602d801 (diff) | |
download | tor-7050df72454ef8f7e49f42d178ac6ef0ba19ec7c.tar.gz tor-7050df72454ef8f7e49f42d178ac6ef0ba19ec7c.zip |
bump to 0.2.0.10-alphator-0.2.0.10-alpha
svn:r12455
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r-- | src/or/rephist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c index bd4d837fbc..a29decfbaa 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -456,7 +456,7 @@ rep_hist_get_weighted_time_known(const char *id, time_t when) } /** Return true if we've been measuring MTBFs for long enough to - * prounounce on Stability. */ + * pronounce on Stability. */ int rep_hist_have_measured_enough_stability(void) { |