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/echolot.html | |
parent | 9de7479d3f4cbe0be0a7aa9cbe38623aa03d6269 (diff) |
Spelling fixes.
seperate_rlists was renamed to separate_rlists.
Diffstat (limited to 'templates/echolot.html')
-rw-r--r-- | templates/echolot.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/echolot.html b/templates/echolot.html index 13247c5..161840c 100644 --- a/templates/echolot.html +++ b/templates/echolot.html @@ -2,7 +2,7 @@ <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.8 2002/09/10 20:44:45 weasel Exp $ --> + <!-- $Id: echolot.html,v 1.9 2002/09/12 15:41:49 weasel Exp $ --> </head> <body> <h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1> @@ -33,7 +33,7 @@ over 98.0% in terms of overall reliability. </tr> <tr> <td><a href="rlist.html"><code>rlist.html</code></a> -<TMPL_IF NAME="seperate_rlist"> +<TMPL_IF NAME="separate_rlist"> <SMALL> (<a href="rlist-rsa.html">rsa</a>, <a href="rlist-dsa.html">dsa</a>, @@ -48,7 +48,7 @@ over 98.0% in terms of overall reliability. </tr> <tr> <td><a href="rlist2.html"><code>rlist2.html</code></a> -<TMPL_IF NAME="seperate_rlist"> +<TMPL_IF NAME="separate_rlist"> <SMALL> (<a href="rlist2-rsa.html">rsa</a>, <a href="rlist2-dsa.html">dsa</a>, @@ -71,7 +71,7 @@ over 98.0% in terms of overall reliability. </tr> <tr> <td><a href="rlist.txt"><code>rlist.txt</code></a> -<TMPL_IF NAME="seperate_rlist"> +<TMPL_IF NAME="separate_rlist"> <SMALL> (<a href="rlist-rsa.txt">rsa</a>, <a href="rlist-dsa.txt">dsa</a>, @@ -86,7 +86,7 @@ over 98.0% in terms of overall reliability. </tr> <tr> <td><a href="rlist2.txt"><code>rlist2.txt</code></a> -<TMPL_IF NAME="seperate_rlist"> +<TMPL_IF NAME="separate_rlist"> <SMALL> (<a href="rlist2-rsa.txt">rsa</a>, <a href="rlist2-dsa.txt">dsa</a>, |