summaryrefslogtreecommitdiffstats
path: root/server/cache-item.c.template
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@redhat.com>2015-01-12 15:45:43 -0600
committerFabiano FidĂȘncio <fidencio@redhat.com>2015-02-23 23:00:41 +0100
commitdb79b29f504f882c237996b9d4df0925fe96a39b (patch)
treea0708eba3a49f3a89618ff70d9cff11cccda8963 /server/cache-item.c.template
parenta60781a11f6b54ce4db602e6ea9fdcc820df3bf2 (diff)
downloadspice-db79b29f504f882c237996b9d4df0925fe96a39b.tar.gz
spice-db79b29f504f882c237996b9d4df0925fe96a39b.tar.xz
spice-db79b29f504f882c237996b9d4df0925fe96a39b.zip
PALLET -> PALETTE
Use the correct spelling for the enumeration
Diffstat (limited to 'server/cache-item.c.template')
-rw-r--r--server/cache-item.c.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/cache-item.c.template b/server/cache-item.c.template
index e5770cf6..ad2b5794 100644
--- a/server/cache-item.c.template
+++ b/server/cache-item.c.template
@@ -33,7 +33,7 @@
#define CACHE_HASH_KEY PALETTE_CACHE_HASH_KEY
#define CACHE_HASH_SIZE PALETTE_CACHE_HASH_SIZE
#define CACHE_INVAL_TYPE SPICE_MSG_DISPLAY_INVAL_PALETTE
-#define PIPE_ITEM_TYPE PIPE_ITEM_TYPE_INVAL_PALLET_CACHE
+#define PIPE_ITEM_TYPE PIPE_ITEM_TYPE_INVAL_PALETTE_CACHE
#define FUNC_NAME(name) red_palette_cache_##name
#define VAR_NAME(name) palette_cache_##name
#define CHANNEL DisplayChannel