diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-09-12 15:41:49 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-09-12 15:41:49 +0000 |
commit | 601712f0a3adaeb0147c62e999f87b8efbb7623d (patch) | |
tree | bf17d75883ed81686dadc0bd64b606cd55fb3351 /templates/rlist2-clear.html | |
parent | 9de7479d3f4cbe0be0a7aa9cbe38623aa03d6269 (diff) |
Spelling fixes.
seperate_rlists was renamed to separate_rlists.
Diffstat (limited to 'templates/rlist2-clear.html')
-rw-r--r-- | templates/rlist2-clear.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/rlist2-clear.html b/templates/rlist2-clear.html index 46a1209..baa3669 100644 --- a/templates/rlist2-clear.html +++ b/templates/rlist2-clear.html @@ -2,7 +2,7 @@ <head> <title>Cypherpunk Remailers (v2, cleartext only) [<TMPL_VAR NAME="SITE_NAME">]</title> <META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">"> - <!-- $Id: rlist2-clear.html,v 1.8 2002/08/14 22:54:20 weasel Exp $ --> + <!-- $Id: rlist2-clear.html,v 1.9 2002/09/12 15:41:49 weasel Exp $ --> </head> <body> <h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1> @@ -14,7 +14,7 @@ Available Stats: <table border=1> <tr> -<TMPL_IF NAME="seperate_rlist"> +<TMPL_IF NAME="separate_rlist"> <th colspan=4>Cypherpunk (Type I)</th> <TMPL_ELSE> <th>Cypherpunk (Type I)</th> @@ -26,7 +26,7 @@ Available Stats: </tr> <tr> <td><a href="rlist.html">v1</a></td> -<TMPL_IF NAME="seperate_rlist"> +<TMPL_IF NAME="separate_rlist"> <td><a href="rlist-rsa.html">(rsa)</a></td> <td><a href="rlist-dsa.html">(dsa)</a></td> <td><a href="rlist-clear.html">(cleartext)</a></td> @@ -38,7 +38,7 @@ Available Stats: </tr> <tr> <td><a href="rlist2.html">v2</a></td> -<TMPL_IF NAME="seperate_rlist"> +<TMPL_IF NAME="separate_rlist"> <td><a href="rlist2-rsa.html">(rsa)</a></td> <td><a href="rlist2-dsa.html">(dsa)</a></td> <td><strong>(cleartext)</strong></td> |