From 920bf84d32f5f22fd0625f09818befeb2fa8d963 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Tue, 25 Mar 2008 03:33:46 +0000 Subject: [PATCH] correct typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@256043 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/phar/Phar/compress.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/phar/Phar/compress.xml b/reference/phar/Phar/compress.xml index d74e4beda4..cff8efb52f 100644 --- a/reference/phar/Phar/compress.xml +++ b/reference/phar/Phar/compress.xml @@ -1,5 +1,5 @@ - + Phar::compress @@ -15,7 +15,7 @@ &phar.write; - For tar-based abd phar-based phar archives, this method compresses the entire archive using + For tar-based and phar-based phar archives, this method compresses the entire archive using gzip compression or bzip2 compression. The resulting file can be processed with the gunzip command/bunzip command, or accessed directly and transparently with the Phar extension.