interfaced => interlaced

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293591 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Yago Ferrer 2010-01-15 18:50:53 +00:00
parent fb98173628
commit 46cff899eb

View file

@ -57,7 +57,7 @@ $im = imagecreatefrom('php.gif');
// Enable interlancing
imageinterlace($im, true);
// Save the interfaced image
// Save the interlaced image
imagegif($im, './php_interlaced.gif');
imagedestroy($im);
?>