aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/rsl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/rsl.c')
-rw-r--r--src/common/rsl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/rsl.c b/src/common/rsl.c
index 294ef282..b4245c1a 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -2049,7 +2049,7 @@ static int rsl_rx_cchan(struct gsm_bts_trx *trx, struct msgb *msg)
msg->lchan = rsl_lchan_lookup(trx, cch->chan_nr);
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(cch->c.msg_type));
msgb_free(msg);
return report_error(trx);
@@ -2103,7 +2103,7 @@ static int rsl_rx_dchan(struct gsm_bts_trx *trx, struct msgb *msg)
msg->lchan = rsl_lchan_lookup(trx, dch->chan_nr);
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_or_ipac_msg_name(dch->c.msg_type));
msgb_free(msg);
return report_error(trx);