mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270259 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bca4391c3a
commit
60d3b35485
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry xml:id="phar.converttodata" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>Phar::convertToData</refname>
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue