From 0ce9b7e4aea2f184539b4edac1439fa170626589 Mon Sep 17 00:00:00 2001 From: Vincent Bray Date: Sat, 12 Apr 2008 11:08:12 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_rewrite.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
-- 2.47.3