From 8f271f2f5a53b8513f0a607d5dd90fcf9156401c Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 10 Jan 2006 23:26:59 +0000 Subject: we changed the name of AccountingBytesReadInInterval change its state file description too svn:r5785 --- src/or/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/config.c b/src/or/config.c index de48cc730..6104fb458 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -272,7 +272,7 @@ static config_var_description_t options_description[] = { }; static config_var_description_t state_description[] = { - { "AccountingBytesReadInterval", + { "AccountingBytesReadInInterval", "How many bytes have we read in this accounting period?" }, { "AccountingBytesWrittenInInterval", "How many bytes have we written in this accounting period?" }, -- cgit v1.2.3