diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-12-01 03:48:14 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-12-01 03:48:14 +0000 |
commit | b457cfb5ebab5786beed8168b5b0ef1fc5b2797f (patch) | |
tree | 5d27ff71d1a130f4dd00efdc27f0b6ed8237ef10 /src/or/hibernate.c | |
parent | 6e88abf418684ccaf4a1d7146b0129857a3864fe (diff) | |
download | tor-b457cfb5ebab5786beed8168b5b0ef1fc5b2797f.tar.gz tor-b457cfb5ebab5786beed8168b5b0ef1fc5b2797f.zip |
Spell-check strings and comments
svn:r3052
Diffstat (limited to 'src/or/hibernate.c')
-rw-r--r-- | src/or/hibernate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/hibernate.c b/src/or/hibernate.c index c14db675e0..e957e4936d 100644 --- a/src/or/hibernate.c +++ b/src/or/hibernate.c @@ -64,7 +64,7 @@ typedef enum { * connections, but provide bandwidth until we run out. * 5. Then we hibernate until the end of the interval. * - * If the interval ends before we run out of bandwdith, we go back to + * If the interval ends before we run out of bandwidth, we go back to * step one. */ @@ -153,7 +153,7 @@ accounting_parse_options(or_options_t *options, int validate_only) case UNIT_MONTH: d = tor_parse_long(smartlist_get(items,1), 10, 1, 28, &ok, NULL); if (!ok) { - log_fn(LOG_WARN, "Monthy accounting must start begin on a day between 1 and 28"); + log_fn(LOG_WARN, "Monthly accounting must start begin on a day between 1 and 28"); goto err; } break; |