From 49e81f1c435ac48bb0822feb920f7ba7a0daec17 Mon Sep 17 00:00:00 2001 From: Yannick Torres Date: Sun, 28 Dec 2008 14:02:13 +0000 Subject: [PATCH] typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@272084 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imagegd.xml | 4 ++-- reference/image/functions/imagegd2.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/image/functions/imagegd.xml b/reference/image/functions/imagegd.xml index a6d1f653cc..15a63ff634 100644 --- a/reference/image/functions/imagegd.xml +++ b/reference/image/functions/imagegd.xml @@ -1,5 +1,5 @@ - + imagegd @@ -74,7 +74,7 @@ $text_color = imagecolorallocate($im, 233, 14, 91); imagestring($im, 1, 5, 5, "A Simple Text String", $text_color); // Save the gd image -// The file format for GD limages is .gd, see http://www.libgd.org/GdFileFormats +// The file format for GD images is .gd, see http://www.libgd.org/GdFileFormats imagegd($im, 'simple.gd'); // Free up memory diff --git a/reference/image/functions/imagegd2.xml b/reference/image/functions/imagegd2.xml index 985c42dcfc..4224258ab0 100644 --- a/reference/image/functions/imagegd2.xml +++ b/reference/image/functions/imagegd2.xml @@ -1,5 +1,5 @@ - + imagegd2 @@ -93,7 +93,7 @@ $text_color = imagecolorallocate($im, 233, 14, 91); imagestring($im, 1, 5, 5, "A Simple Text String", $text_color); // Save the gd2 image -// The file format for GD2 limages is .gd2, see http://www.libgd.org/GdFileFormats +// The file format for GD2 images is .gd2, see http://www.libgd.org/GdFileFormats imagegd2($im, 'simple.gd'); // Free up memory