commit 1b197f732a4e8079546ea9107fe76f27d4d0d542 Author: Karsten Loesing karsten.loesing@gmx.net Date: Wed Nov 7 16:50:23 2012 -0500
Fix typo in documentation. --- src/org/torproject/webstats/Main.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/org/torproject/webstats/Main.java b/src/org/torproject/webstats/Main.java index 92732cd..1c7780c 100644 --- a/src/org/torproject/webstats/Main.java +++ b/src/org/torproject/webstats/Main.java @@ -21,7 +21,7 @@ import org.apache.commons.compress.compressors.gzip.*; * 8. Override time with '00:00:00 +0000'. * 9. Override referer (sic!) with '"-"'. * 10. Override user agent with '"-"'. - * 11. Truncate resouce at the first '?' character. + * 11. Truncate resource at the first '?' character. * * The main operation is to parse Apache web log files from the in/ * directory and write sanitized web log files to the out/ directory.
tor-commits@lists.torproject.org