diff options
author | Søren Sandmann Pedersen <sandmann@redhat.com> | 2010-01-16 07:40:07 -0500 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@redhat.com> | 2010-01-16 07:41:23 -0500 |
commit | 05c38141b4861348bf61235341d634019e39e8a9 (patch) | |
tree | 2d24c0576a4e06701dab7b9a8356a71727eca5bf | |
parent | c46a87e45afc6eb53ae93f9ca3c1545bd26d18f5 (diff) |
fetch-test: Fix spelling error (pallete -> palette)
-rw-r--r-- | test/fetch-test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fetch-test.c b/test/fetch-test.c index f0abeee8..c7b32ff3 100644 --- a/test/fetch-test.c +++ b/test/fetch-test.c @@ -6,7 +6,7 @@ #define SIZE 1024 -static const pixman_indexed_t mono_pallete = +static const pixman_indexed_t mono_palette = { .rgba = { 0x00000000, 0x00ffffff }, }; @@ -55,7 +55,7 @@ static const testcase_t testcases[] = 0x00ffffff, 0x00000000, 0x00ffffff, 0x00000000, 0x00ffffff, 0x00000000, 0x00ffffff, 0x00000000, 0x00000000, 0x00ffffff, 0x00000000, 0x00ffffff, 0x00000000, 0x00ffffff, 0x00000000, 0x00ffffff }, - .indexed = &mono_pallete, + .indexed = &mono_palette, }, #if 0 { |