From 7b0ad8d44c9572bca12910f75156a366942fc512 Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Wed, 10 Jun 2015 10:45:24 +0100 Subject: Fix typo in comment Signed-off-by: Frediano Ziglio --- server/red_channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/red_channel.c b/server/red_channel.c index 946b593..2a273e9 100644 --- a/server/red_channel.c +++ b/server/red_channel.c @@ -539,7 +539,7 @@ static void red_channel_client_send_ping(RedChannelClient *rcc) /* * When testing latency, TCP_NODELAY must be switched on, otherwise, * sending the ping message is delayed by Nagle algorithm, and the - * roundtrip measurment is less accurate (bigger). + * roundtrip measurement is less accurate (bigger). */ rcc->latency_monitor.tcp_nodelay = 1; if (getsockopt(rcc->stream->socket, IPPROTO_TCP, TCP_NODELAY, &delay_val, -- cgit v1.2.3