summaryrefslogtreecommitdiffstats
path: root/server/display-channel.c
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/display-channel.c
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/display-channel.c')
-rw-r--r--server/display-channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/display-channel.c b/server/display-channel.c
index f3925267..dcbde74f 100644
--- a/server/display-channel.c
+++ b/server/display-channel.c
@@ -1760,7 +1760,7 @@ void display_channel_destroy_surfaces(DisplayChannel *display)
spice_warn_if_fail(ring_is_empty(&display->streams));
if (red_channel_is_connected(RED_CHANNEL(display))) {
- red_channel_pipes_add_type(RED_CHANNEL(display), PIPE_ITEM_TYPE_INVAL_PALLET_CACHE);
+ red_channel_pipes_add_type(RED_CHANNEL(display), PIPE_ITEM_TYPE_INVAL_PALETTE_CACHE);
red_pipes_add_verb(RED_CHANNEL(display), SPICE_MSG_DISPLAY_STREAM_DESTROY_ALL);
}