From 2a4122251223aa4e47e4fd0e2b3fd9accbb4d887 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sat, 25 Sep 2004 09:49:04 +0000 Subject: [PATCH] typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@169155 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/filters.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appendices/filters.xml b/appendices/filters.xml index 733adcfc12..526c127ea6 100644 --- a/appendices/filters.xml +++ b/appendices/filters.xml @@ -1,5 +1,5 @@ - + List of Available Filters @@ -234,7 +234,7 @@ fwrite($fp, "This is a test.\n"); While the provide a way of creating - gzip and bz2 compatable files on the local filesystem, they do not provide a + gzip and bz2 compatible files on the local filesystem, they do not provide a means for generalized compression over network streams, nor do they provide a means to begin with a non-compressed stream and transition to a compressed one. For this, a compression filter may be applied to any stream resource at any time.