diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-05-27 17:55:51 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-05-27 17:55:51 -0400 |
commit | ec7e0546681f57a1ba1769cca2b8339f9b0dc8b0 (patch) | |
tree | ec878942a37b05ee542606c1ee6ebe42c6b43d15 /src/or/rephist.c | |
parent | f0453c45c8c3963762b208cfe4f6fb2e1e96cc34 (diff) | |
download | tor-ec7e0546681f57a1ba1769cca2b8339f9b0dc8b0.tar.gz tor-ec7e0546681f57a1ba1769cca2b8339f9b0dc8b0.zip |
Spell-check Tor.
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r-- | src/or/rephist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c index 7bacd3abb6..11e040c945 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -24,7 +24,7 @@ uint32_t rephist_total_num=0; /** If the total weighted run count of all runs for a router ever falls * below this amount, the router can be treated as having 0 MTBF. */ #define STABILITY_EPSILON 0.0001 -/** Value by which to discount all old intervals for MTBF purposses. This +/** Value by which to discount all old intervals for MTBF purposes. This * is compounded every STABILITY_INTERVAL. */ #define STABILITY_ALPHA 0.95 /** Interval at which to discount all old intervals for MTBF purposes. */ @@ -501,7 +501,7 @@ rep_hist_get_weighted_fractional_uptime(const char *id, time_t when) /** Return a number representing how long we've known about the router whose * digest is <b>id</b>. Return 0 if the router is unknown. * - * Be careful: this measure incresases monotonically as we know the router for + * Be careful: this measure increases monotonically as we know the router for * longer and longer, but it doesn't increase linearly. */ long |