From 60d3b3548538258e609aee3aaa58ad7d03f9c926 Mon Sep 17 00:00:00 2001 From: Brett Bieber Date: Mon, 1 Dec 2008 19:36:52 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270259 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/phar/Phar/convertToData.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/phar/Phar/convertToData.xml b/reference/phar/Phar/convertToData.xml index de22c1219b..fb78b80506 100644 --- a/reference/phar/Phar/convertToData.xml +++ b/reference/phar/Phar/convertToData.xml @@ -1,5 +1,5 @@ - + Phar::convertToData @@ -114,7 +114,7 @@ try { // note that myphar.phar.tar is *not* unlinked // convert it to the non-executable tar file format // creates myphar.tar - $tar = $tarphar->comvertToData(); + $tar = $tarphar->convertToData(); // convert to non-executable zip format, creates myphar.zip $zip = $tarphar->convertToData(Phar::ZIP); // create myphar.tbz