From 2131a7931e45a0a417dd2ad12548ee4e380f16ba Mon Sep 17 00:00:00 2001 From: Thorsten Alteholz Date: Tue, 16 Jul 2019 20:40:38 +0200 Subject: fix spelling stuff mentioned by lintian Change-Id: I3d6cb6fc1b182d8520ba60e431ab9b74e71d5e3c --- src/common/rsl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/rsl.c') diff --git a/src/common/rsl.c b/src/common/rsl.c index 0a613bb8..0a6a4e58 100644 --- a/src/common/rsl.c +++ b/src/common/rsl.c @@ -3090,7 +3090,7 @@ static int rsl_rx_ipaccess(struct gsm_bts_trx *trx, struct msgb *msg) msg->lchan = lchan_lookup(trx, dch->chan_nr, "RSL rx IPACC: "); if (!msg->lchan) { - LOGP(DRSL, LOGL_ERROR, "Rx RSL %s for unknow lchan\n", + LOGP(DRSL, LOGL_ERROR, "Rx RSL %s for unknown lchan\n", rsl_msg_name(dch->c.msg_type)); return rsl_reject_unknown_lchan(msg); } -- cgit v1.2.3