summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2015-06-10 10:45:24 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2015-06-11 16:54:41 +0200
commit7b0ad8d44c9572bca12910f75156a366942fc512 (patch)
treeee2cf3b517b1252be2282cb4757f1ac56be26ba5
parent6ec714e855bddb3a68cb172d52bbd8e8eecf64fa (diff)
Fix typo in comment
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
-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 946b5938..2a273e94 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,