summaryrefslogtreecommitdiffstats
path: root/src/libosmocc/socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libosmocc/socket.c')
-rw-r--r--src/libosmocc/socket.c2
1 files changed, 1 insertions, 1 deletions
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);