summaryrefslogtreecommitdiff
path: root/modules/system/image.gd.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/image.gd.inc')
-rw-r--r--modules/system/image.gd.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/image.gd.inc b/modules/system/image.gd.inc
index d1b888e41..18ca62239 100644
--- a/modules/system/image.gd.inc
+++ b/modules/system/image.gd.inc
@@ -144,7 +144,7 @@ function image_gd_rotate(stdClass $image, $degrees, $background = NULL) {
}
}
- // Images are assigned a new color pallete when rotating, removing any
+ // Images are assigned a new color palette when rotating, removing any
// transparency flags. For GIF images, keep a record of the transparent color.
if ($image->info['extension'] == 'gif') {
$transparent_index = imagecolortransparent($image->resource);