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