summaryrefslogtreecommitdiffstats
path: root/server/red_channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/red_channel.c')
-rw-r--r--server/red_channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/red_channel.c b/server/red_channel.c
index 9f02822a..f547f5ac 100644
--- a/server/red_channel.c
+++ b/server/red_channel.c
@@ -406,7 +406,7 @@ static void red_channel_send(RedChannel *channel)
red_peer_handle_outgoing(channel->peer, &channel->outgoing);
}
-void red_channel_begin_send_massage(RedChannel *channel)
+void red_channel_begin_send_message(RedChannel *channel)
{
channel->send_data.size = channel->send_data.header.size + sizeof(SpiceDataHeader);
channel->ack_data.messages_window++;