diff options
Diffstat (limited to 'contrib/python/Pillow/py3/libImaging/Palette.c')
-rw-r--r-- | contrib/python/Pillow/py3/libImaging/Palette.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/Pillow/py3/libImaging/Palette.c b/contrib/python/Pillow/py3/libImaging/Palette.c index 059d7b72ac..78916bca52 100644 --- a/contrib/python/Pillow/py3/libImaging/Palette.c +++ b/contrib/python/Pillow/py3/libImaging/Palette.c @@ -75,7 +75,7 @@ ImagingPaletteNewBrowser(void) { } palette->size = i; - /* FIXME: add 30-level greyscale wedge here? */ + /* FIXME: add 30-level grayscale wedge here? */ return palette; } |