From 149bf73f489941edee258069ca1fee97b6a77cf9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Tue, 13 Jan 2004 02:11:56 +0000 Subject: [PATCH] s/cocookie/cookie/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102314 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_rewrite.html.en | 2 +- docs/manual/mod/mod_rewrite.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 233cd131f1..c589436534 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -1599,7 +1599,7 @@ There is a special feature:
  • 'cookie|CO=NAME:VAL:domain[:lifetime[:path]]' - (set cocookie)
    + (set cookie)
    This sets a cookie on the client's browser. The cookie's name is specified by NAME and the value is VAL. The domain field is the domain of the diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 5145e2445f..d5bf205070 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1601,7 +1601,7 @@ There is a special feature:
  • 'cookie|CO=NAME:VAL:domain[:lifetime[:path]]' - (set cocookie)
    + (set cookie)
    This sets a cookie on the client's browser. The cookie's name is specified by NAME and the value is VAL. The domain field is the domain of the -- 2.50.1