fetch-test: Fix spelling error (pallete -> palette)
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Sat, 16 Jan 2010 12:40:07 +0000 (07:40 -0500)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Sat, 16 Jan 2010 12:41:23 +0000 (07:41 -0500)
test/fetch-test.c

index f0abeee..c7b32ff 100644 (file)
@@ -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
     {