[tor-commits] [metrics-web/master] Fix typo on Statistics page.

2018-04-26 Thread karsten
commit 215f3639c245a4ed200158526bf03b3d07f25677
Author: Karsten Loesing 
Date:   Mon Apr 23 12:41:29 2018 +0200

Fix typo on Statistics page.
---
 src/main/resources/web/jsps/stats.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/web/jsps/stats.jsp 
b/src/main/resources/web/jsps/stats.jsp
index c224a06..2674ba0 100644
--- a/src/main/resources/web/jsps/stats.jsp
+++ b/src/main/resources/web/jsps/stats.jsp
@@ -452,7 +452,7 @@ uni-/bidirectional connection usage were reported.
 
 direction: Direction of reported fraction, which can be
 "read", "write", or "both" for connections classified as
-"mostly reading", "mostly writing", or "both reading as writing".  Connections
+"mostly reading", "mostly writing", or "both reading and writing".  Connections
 below the threshold have been removed from this statistics file entirely.
 
 quantile: Quantile of the reported fraction when considering all



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [metrics-web/master] Fix typo in "IPv6 exititing" (-it).

2018-01-25 Thread karsten
commit 26a6450be3d6b64091666e5ae453c2f30f1b1ee8
Author: Karsten Loesing 
Date:   Thu Jan 25 10:07:25 2018 +0100

Fix typo in "IPv6 exititing" (-it).
---
 src/main/R/rserver/graphs.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/R/rserver/graphs.R b/src/main/R/rserver/graphs.R
index 73b0ac1..e24a617 100644
--- a/src/main/R/rserver/graphs.R
+++ b/src/main/R/rserver/graphs.R
@@ -1243,7 +1243,7 @@ plot_relays_ipv6 <- function(start, end, path) {
 scale_colour_hue(name = "", h.start = 90,
   breaks = c("total", "announced", "reachable", "exiting"),
   labels = c("Total (IPv4) OR", "IPv6 announced OR", "IPv6 reachable OR",
-"IPv6 exititing")) +
+"IPv6 exiting")) +
 expand_limits(y = 0) +
 ggtitle("Relays by IP version") +
 theme(legend.position = "top")

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [metrics-web/master] Fix typo in Home -> Servers.

2017-11-19 Thread karsten
commit 519e9d232a620f45fa03bd66b919f53b127fc61f
Author: Karsten Loesing 
Date:   Sun Nov 19 17:53:29 2017 +0100

Fix typo in Home -> Servers.

Reported on metrics-team@ mailing list.
---
 website/src/main/resources/etc/categories.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/src/main/resources/etc/categories.json 
b/website/src/main/resources/etc/categories.json
index 0f5947c..e71c1d6 100644
--- a/website/src/main/resources/etc/categories.json
+++ b/website/src/main/resources/etc/categories.json
@@ -22,7 +22,7 @@
 "icon": "fa-server",
 "header": "Servers",
 "summary": "How many relays and bridges are online and what we know about 
them.",
-"description": "Country and ISP diversity are approximated by resolving IP 
addresses to a country code an an autonomous system. We process the 
capabilities and properties relays and bridges reported to directory 
authorities.",
+"description": "Country and ISP diversity are approximated by resolving IP 
addresses to a country code and an autonomous system. We process the 
capabilities and properties relays and bridges reported to directory 
authorities.",
 "metrics": [
   "networksize",
   "relayflags",

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [metrics-web/master] Fix typo in Onionoo spec.

2017-11-18 Thread karsten
commit 75c76268f844856be67cdb16d416e79900fe9f6a
Author: Karsten Loesing 
Date:   Sat Nov 18 21:26:45 2017 +0100

Fix typo in Onionoo spec.
---
 website/src/main/resources/web/WEB-INF/onionoo.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/src/main/resources/web/WEB-INF/onionoo.jsp 
b/website/src/main/resources/web/WEB-INF/onionoo.jsp
index efb68e2..9a78d42 100644
--- a/website/src/main/resources/web/WEB-INF/onionoo.jsp
+++ b/website/src/main/resources/web/WEB-INF/onionoo.jsp
@@ -568,7 +568,7 @@ a family.
 
 Return only relays running a Tor version that starts with the
 parameter value without leading "Tor".
-Searchers are case-insensitive.
+Searches are case-insensitive.
 
 
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [metrics-web/master] Fix typo.

2017-07-13 Thread karsten
commit e7315204a81a456610598a578aaf1377db47c212
Author: Karsten Loesing 
Date:   Thu Jul 13 10:38:28 2017 +0200

Fix typo.
---
 website/src/main/resources/web/WEB-INF/sources.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/src/main/resources/web/WEB-INF/sources.jsp 
b/website/src/main/resources/web/WEB-INF/sources.jsp
index 301a2ea..43a926b 100644
--- a/website/src/main/resources/web/WEB-INF/sources.jsp
+++ b/website/src/main/resources/web/WEB-INF/sources.jsp
@@ -36,7 +36,7 @@
 https://gitweb.torproject.org/torperf.git"; 
target="_blank">Torperf measures Tor performance with a set of utilities 
and Python scripts.
 https://github.com/robgjansen/onionperf"; 
target="_blank">OnionPerf measures the performance of onion services.
 https://ooni.torproject.org/"; target="_blank">OONI 
detects censorship, surveillance, and traffic manipulation on the internet.
-https://gitweb.torproject.org/user/phw/sybilhunter.git/"; 
target="_blank">Sybilhunter attempts to detect Sybil attacks onthe Tor 
network.
+https://gitweb.torproject.org/user/phw/sybilhunter.git/"; 
target="_blank">Sybilhunter attempts to detect Sybil attacks on the Tor 
network.
 https://webstats.torproject.org/"; 
target="_blank">Webstats collects logs from torproject.org web 
servers and provides them as a stripped-down version of Apache's "combined" log 
format without IP addresses, log times, HTTP parameters, referers, and user 
agent strings.
   
 



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


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

2012-08-24 Thread karsten
commit 79d72ece9c8fb17d40e283a4de9f842bc4af1c50
Author: Karsten Loesing 
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 = ""))

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [metrics-web/master] Fix typo.

2012-02-26 Thread karsten
commit e048f05cee12a7a3607e5f7c84c27e1de73af559
Author: Karsten Loesing 
Date:   Mon Feb 27 08:47:51 2012 +0100

Fix typo.
---
 web/WEB-INF/formats.jsp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/web/WEB-INF/formats.jsp b/web/WEB-INF/formats.jsp
index b84f9ef..f649554 100644
--- a/web/WEB-INF/formats.jsp
+++ b/web/WEB-INF/formats.jsp
@@ -94,7 +94,7 @@ descriptors, even though the incentive to do so is probably 
low.
 
 
 
-Server descriptor published by relay blugmagie (without
+Server descriptor published by relay blutmagie (without
 cryptographic keys and hashes):
 
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits