[Spice-devel] [PATCH 1/5] Fix typo in comment
Frediano Ziglio
fziglio at redhat.com
Wed Jun 10 02:45:24 PDT 2015
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
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 5904381..0e34865 100644
--- a/server/red_channel.c
+++ b/server/red_channel.c
@@ -538,7 +538,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,
--
2.1.0
More information about the Spice-devel
mailing list