cookies.fhtml: Fix a stupid typo.
[chopwood] / cookies.fhtml
index 222fdfc..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.