[tor-commits] [doctor/master] Add a missing word.
karsten at torproject.org
karsten at torproject.org
Tue Dec 13 10:04:55 UTC 2011
commit 1619c2cf49ddbe485511376b2483f7c0bb249f4c
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date: Tue Dec 13 11:04:39 2011 +0100
Add a missing word.
---
.../torproject/doctor/MetricsWebsiteReport.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/org/torproject/doctor/MetricsWebsiteReport.java b/src/org/torproject/doctor/MetricsWebsiteReport.java
index 1529461..f4552e0 100755
--- a/src/org/torproject/doctor/MetricsWebsiteReport.java
+++ b/src/org/torproject/doctor/MetricsWebsiteReport.java
@@ -163,8 +163,8 @@ public class MetricsWebsiteReport {
this.bw.write(dateTimeFormat.format(
this.downloadedConsensus.getValidAfterMillis()));
}
- this.bw.write(". <i>Note that it takes up to 15 to learn about new "
- + "consensus and votes and process them.</i></p>\n");
+ this.bw.write(". <i>Note that it takes up to 15 minutes to learn "
+ + "about new consensus and votes and process them.</i></p>\n");
}
/* Write the lists of known flags. */
More information about the tor-commits
mailing list