chiark / gitweb /
cookies.fhtml: Fix a stupid typo.
[chopwood] / cookies.fhtml
index 121b2e4adb9d100e9698a28af9e8d24fac8d2cf8..36302f7a900d17337a5c5ed3ecc673e6e11d74bf 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.