From 3cd6d1522ec6f294caaa6103ddbf704bdb242dd7 Mon Sep 17 00:00:00 2001 From: TAKAGI Masahiro Date: Tue, 29 Jan 2008 13:36:50 +0000 Subject: [PATCH] fixed typo. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251623 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/phar/Phar/convertToZip.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/phar/Phar/convertToZip.xml b/reference/phar/Phar/convertToZip.xml index c816793d28..8de8d5ca44 100644 --- a/reference/phar/Phar/convertToZip.xml +++ b/reference/phar/Phar/convertToZip.xml @@ -1,5 +1,5 @@ - + Phar::convertToZip @@ -15,8 +15,8 @@ &phar.write; - This method is used to convert a phar archive in phar or zip format to - the tar file format. + This method is used to convert a phar archive in phar or tar format to + the zip file format.