From 15ec61ae50914f16473ce5a2fe8df22636a69f7d Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 14 Dec 2011 18:13:21 +0100 Subject: Fix a typo in a comment. --- lib/conn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/conn.c b/lib/conn.c index 36893bc..6f7b313 100644 --- a/lib/conn.c +++ b/lib/conn.c @@ -252,7 +252,7 @@ rs_conn_receive_packet (struct rs_connection *conn, "event_add: %s", evutil_gai_strerror (err)); - /* Activae retransmission timer. */ + /* Activate retransmission timer. */ conn_activate_timeout (pkt->conn); } -- cgit v1.1