[metrics-web/master] Fix typo in fast-exits graph legend.

commit 79d72ece9c8fb17d40e283a4de9f842bc4af1c50 Author: Karsten Loesing <karsten.loesing@gmx.net> Date: Fri Aug 24 09:17:53 2012 +0200 Fix typo in fast-exits graph legend. --- rserve/graphs.R | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rserve/graphs.R b/rserve/graphs.R index c5712cd..1379691 100644 --- a/rserve/graphs.R +++ b/rserve/graphs.R @@ -939,7 +939,7 @@ plot_fast_exits <- function(start, end, path, dpi) { scale_x_date(name = "") + scale_y_continuous(name = "") + scale_colour_manual(values = c("purple", "orange")) + - opts(title = paste("Fast exits (95+ Mbit/s configured bandwidth", + opts(title = paste("Fast exits (95+ Mbit/s configured bandwidth ", "rate,\n5000+ KB/s advertised bandwidth capacity,\n", "exit to ports 80, 443, 554, and 1755,\n", "at most 2 relays per /24 network)\n", sep = ""))
participants (1)
-
karsten@torproject.org