From 737e626d2ba02e8dd645b0daf4f8e93a9a962a54 Mon Sep 17 00:00:00 2001 From: Noirin Plunkett Date: Sun, 18 Jun 2006 21:33:38 +0000 Subject: [PATCH] Teeny tiny typo, noticed by Matt Lewandowsky git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@415199 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 8e377dafd21..d57e5f1a024 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -73,7 +73,7 @@ available

Using none for an argument will disable any accept filters for that protocol. This is useful for protocols that require a server send data first, such as nntp:

- AcceptFilter nttp none + AcceptFilter nntp none -- 2.47.3