correct typo

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@256043 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Greg Beaver 2008-03-25 03:33:46 +00:00
parent 96b57a4f44
commit 920bf84d32

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="phar.compress">
<refnamediv>
<refname>Phar::compress</refname>
@ -15,7 +15,7 @@
&phar.write;
<para>
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.