diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-08-21 19:20:30 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-08-21 19:20:30 +0000 |
commit | 086265ccdd0d2830ef73e265df446272b74006cd (patch) | |
tree | 35915a0cb7e3151ebd901ca0de990641ad69251a | |
parent | a87d3e97a42c12cd332f1c4fb777db3327c8500b (diff) |
Fix typo
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | templates/echolot.html | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -4,6 +4,7 @@ Changes in version have been sent. Fixed that. * Write REMAIL n to mix.cfg - apparently it defaults to yes, which means Mixmaster will want to create keys. + * Fix random typos. Changes in version 2.0beta30 - 2002-08-15 * Write NAME and ADDRESS to mix.cfg - mix cannot figure it out diff --git a/templates/echolot.html b/templates/echolot.html index 59e326a..2d81516 100644 --- a/templates/echolot.html +++ b/templates/echolot.html @@ -2,14 +2,14 @@ <head> <title>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</title> <META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">"> - <!-- $Id: echolot.html,v 1.4 2002/08/14 22:54:20 weasel Exp $ --> + <!-- $Id: echolot.html,v 1.5 2002/08/21 19:19:57 weasel Exp $ --> </head> <body> <h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1> <p> This pinger automatically collects and generates remailer reliability statistics -for both Type I (Cypherpunkt) and Type II (Mixmaster) remailers. It also +for both Type I (Cypherpunk) and Type II (Mixmaster) remailers. It also offers current keyrings <TMPL_IF NAME="thesaurus">and each remailer's reply to <code>remailer-xxx</code> queries </TMPL_IF>for your convenience. |