summaryrefslogtreecommitdiffstats
path: root/server/red_channel.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-07-08 18:26:37 +0200
committerAlexander Larsson <alexl@redhat.com>2010-07-08 18:26:37 +0200
commit1a6e77d6d4da9c73dc706574ea3e3fbaa8142f29 (patch)
tree4299cdcfbdf378b575948f0870ef6c365a9e8095 /server/red_channel.h
parent925f6387c8b5bd63ecd128c9187d8424607e0fa8 (diff)
downloadspice-1a6e77d6d4da9c73dc706574ea3e3fbaa8142f29.tar.gz
spice-1a6e77d6d4da9c73dc706574ea3e3fbaa8142f29.tar.xz
spice-1a6e77d6d4da9c73dc706574ea3e3fbaa8142f29.zip
Fix various misspellings
letancy -> latency compund -> compound SpicedSubMessage -> SpiceSubMessage modifaiers -> modifiers massage -> message outgoiong -> outgoing AlphaBlnd -> AlphaBlend remoth -> remote modifires -> modifiers secore -> secure
Diffstat (limited to 'server/red_channel.h')
-rw-r--r--server/red_channel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/red_channel.h b/server/red_channel.h
index c53bf6d6..509da775 100644
--- a/server/red_channel.h
+++ b/server/red_channel.h
@@ -169,8 +169,8 @@ void red_channel_add_buf(RedChannel *channel, void *data, uint32_t size);
uint64_t red_channel_get_message_serial(RedChannel *channel);
-/* when sending a msg. should first call red_channel_begin_send_massage */
-void red_channel_begin_send_massage(RedChannel *channel);
+/* when sending a msg. should first call red_channel_begin_send_message */
+void red_channel_begin_send_message(RedChannel *channel);
void red_channel_pipe_item_init(RedChannel *channel, PipeItem *item, int type);
void red_channel_pipe_add(RedChannel *channel, PipeItem *item);