Skip to content

Commit c21abf2

Browse files
authored
Fix typo (#4756)
1 parent fc9cab7 commit c21abf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/image/functions/imagecolorset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ imagecolorallocate($im, 255, 0, 0);
106106
// Get the color index for the background
107107
$bg = imagecolorat($im, 0, 0);
108108
109-
// Set the backgrund to be blue
109+
// Set the background to be blue
110110
imagecolorset($im, $bg, 0, 0, 255);
111111
112112
// Output the image to the browser

0 commit comments

Comments
 (0)