summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-01-10 23:26:59 +0000
committerRoger Dingledine <arma@torproject.org>2006-01-10 23:26:59 +0000
commit8f271f2f5a53b8513f0a607d5dd90fcf9156401c (patch)
treedfa3fc6a99f9ca6449db08eba06d8df59c5d13ff
parent72277b1507e1c78e89943d93a8c1ab74f4afdf55 (diff)
downloadtor-8f271f2f5a53b8513f0a607d5dd90fcf9156401c.tar.gz
tor-8f271f2f5a53b8513f0a607d5dd90fcf9156401c.zip
we changed the name of AccountingBytesReadInInterval
change its state file description too svn:r5785
-rw-r--r--src/or/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c
index de48cc730b..6104fb4588 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?" },