summaryrefslogtreecommitdiffstats
path: root/src/libosmocc/socket.c
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2021-01-03 10:08:54 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2021-01-03 10:08:54 +0100
commit6ea21e8a2ef9a4ca0fdd07a11239897b224c54f7 (patch)
tree13343b4885e94d910e7a5007eb0974ae0a6ca030 /src/libosmocc/socket.c
parent6babe18807772b9913ff58bb0c50b951ec7cefbe (diff)
Updated libs
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);