From: Vincent Bray Date: Sat, 12 Apr 2008 11:08:12 +0000 (+0000) Subject: Minor grammar fix (s/not accessible/inaccessible/) X-Git-Tag: 2.3.0~730 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ce9b7e4aea2f184539b4edac1439fa170626589;p=thirdparty%2Fapache%2Fhttpd.git Minor grammar fix (s/not accessible/inaccessible/) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@647424 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index eb9af09601e..a5a80344281 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1261,7 +1261,7 @@ cannot use $N in the substitution string! path is the path of the cookie. If secure is set to 'true' or '1', the cookie is only transmitted via secured connections. If httponly is set to any string, the - HttpOnly flag is used, making the cookie not accessible + HttpOnly flag is used, making the cookie inaccessible to JavaScript code on browsers that support this feature.