From 5ae9c97580d46c95433992f2d5f741e43a50c645 Mon Sep 17 00:00:00 2001 From: TAKAGI Masahiro Date: Sat, 3 Feb 2007 03:55:05 +0000 Subject: [PATCH] typo fix. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228817 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/phar/functions/Phar-compressAllFilesBZIP2.xml | 4 ++-- reference/phar/functions/Phar-compressAllFilesGZ.xml | 4 ++-- reference/phar/functions/Phar-uncompressAllFiles.xml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/reference/phar/functions/Phar-compressAllFilesBZIP2.xml b/reference/phar/functions/Phar-compressAllFilesBZIP2.xml index 6dc317e51b..a378d01249 100644 --- a/reference/phar/functions/Phar-compressAllFilesBZIP2.xml +++ b/reference/phar/functions/Phar-compressAllFilesBZIP2.xml @@ -1,8 +1,8 @@ - + - PharFileInfo->compressAllFilesBZIP2 + Phar->compressAllFilesBZIP2 Compresses all files in the current Phar archive using Bzip2 compression diff --git a/reference/phar/functions/Phar-compressAllFilesGZ.xml b/reference/phar/functions/Phar-compressAllFilesGZ.xml index 9c67ccc7b2..60b6ed75ab 100644 --- a/reference/phar/functions/Phar-compressAllFilesGZ.xml +++ b/reference/phar/functions/Phar-compressAllFilesGZ.xml @@ -1,8 +1,8 @@ - + - PharFileInfo->compressAllFilesGZ + Phar->compressAllFilesGZ Compresses all files in the current Phar archive using Gzip compression diff --git a/reference/phar/functions/Phar-uncompressAllFiles.xml b/reference/phar/functions/Phar-uncompressAllFiles.xml index c1f6f622be..2d781b2ae9 100644 --- a/reference/phar/functions/Phar-uncompressAllFiles.xml +++ b/reference/phar/functions/Phar-uncompressAllFiles.xml @@ -1,9 +1,9 @@ - + - PharFileInfo->uncompressAllFiles - Compresses all files in the current Phar archive using Bzip2 compression + Phar->uncompressAllFiles + Uncompresses all files in the current Phar archive &reftitle.description;