Signed-off-by: Frediano Ziglio <fzig...@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

_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to