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.