aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-07-14 17:56:47 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-07-25 15:14:16 +0200
commit956a2eb418ef6c718caef6a028dd95ed0c84dfb2 (patch)
tree0cd7bcf1b06c1e255e45f96a4e1868bb1dca95b2
parent90835e0083b47f82e1f50b96e5d460f3ea9d1cb5 (diff)
fixup: fix typo
-rw-r--r--src/libmsc/a_iface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmsc/a_iface.c b/src/libmsc/a_iface.c
index b16936f50..09d7d1f24 100644
--- a/src/libmsc/a_iface.c
+++ b/src/libmsc/a_iface.c
@@ -410,7 +410,7 @@ int a_iface_tx_clear_cmd(struct gsm_subscriber_connection *conn)
{
struct msgb *msg;
- LOGP(DMSC, LOGL_NOTICE, "Sendig clear command to BSC (conn_id=%u)\n", conn->a.conn_id);
+ LOGP(DMSC, LOGL_NOTICE, "Sending clear command to BSC (conn_id=%u)\n", conn->a.conn_id);
msg = gsm0808_create_clear_command(GSM0808_CAUSE_CALL_CONTROL);
return osmo_sccp_tx_data_msg(conn->a.scu, conn->a.conn_id, msg);