From 6ea21e8a2ef9a4ca0fdd07a11239897b224c54f7 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sun, 3 Jan 2021 10:08:54 +0100 Subject: Updated libs --- src/libosmocc/socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libosmocc/socket.c') diff --git a/src/libosmocc/socket.c b/src/libosmocc/socket.c index d4eb12e..d25e1f1 100644 --- a/src/libosmocc/socket.c +++ b/src/libosmocc/socket.c @@ -442,7 +442,7 @@ static int transmit_conn(osmo_cc_conn_t *conn) /* start TX keepalive timeer, if not already * because we stop at every message above, we actually restart the timer here. - * only if there is no message for the amout of time, the timer fires. + * only if there is no message for the amount of time, the timer fires. */ if (!timer_running(&conn->tx_keepalive_timer)) timer_start(&conn->tx_keepalive_timer, OSMO_CC_SOCKET_TX_KEEPALIVE); -- cgit v1.2.3