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