cookies.fhtml: Fix a stupid typo.
[chopwood] / cookies.fhtml
index 58b725e..36302f7 100644 (file)
@@ -41,7 +41,7 @@ carry this token about, but that causes other trouble.
 
 <p>For example, if we used <b>GET</b> requests then the token would appear as
 part of a URL, where it would end up being written in the location bar of
-many browsers, stored in history databases, many even sent to random cloud
+many browsers, stored in history databases, maybe even sent to random cloud
 services; this obviously has an adverse effect on security.  Also, the token
 is kind of long and ugly.
 
@@ -49,8 +49,8 @@ is kind of long and ugly.
 that causes other trouble.  In particular, you&rsquo;d get that annoying
 <blockquote>
   The page that you&rsquo;re looking for used information that you
-  entered.  Returning to hat page might cause any action that you took to be
-  repeated.
+  entered.  Returning to that page might cause any action that you took
+  to be repeated.
 </blockquote>
 message whenever you hit the reload button.
 
@@ -67,7 +67,7 @@ separated by dots &lsquo;<tt>.</tt>&rsquo;.
 <dl>
 <dt>Datestamp
 <dd>The time at which the cookie was issued, as a simple count of (non-leap)
-seconds since 1974&ndash;01&ndash;01 00:00:00 UTC (or what would have been
+seconds since 1970&ndash;01&ndash;01 00:00:00 UTC (or what would have been
 that if UTC had existed back then in its current form).
 
 <dt>Tag
@@ -84,7 +84,7 @@ behavioural advertising scheme?</h2>
 <p>That&rsquo;s tricky.  I could tell you that this program is
 <a href="http://www.gnu.org/philosophy/free-sw.html">free software</a>, and
 that you can
-<a href="~={script}H/~={package}H-~={version}H.tar.gz">">download its
+<a href="~={script}H/~={package}H-~={version}H.tar.gz">download its
 source code</a> and check for yourself.
 
 <p>That&rsquo;s true, except that it shouldn&rsquo;t do much to convince