aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-octphy/l1_if.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bts-octphy/l1_if.c')
-rw-r--r--src/osmo-bts-octphy/l1_if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-octphy/l1_if.c b/src/osmo-bts-octphy/l1_if.c
index 32e738f2..612c29ad 100644
--- a/src/osmo-bts-octphy/l1_if.c
+++ b/src/osmo-bts-octphy/l1_if.c
@@ -1175,7 +1175,7 @@ static int handle_ph_rach_ind(struct octphy_hdl *fl1,
if (ra_ind->ulMsgLength != 1) {
LOGPFN(DL1C, LOGL_ERROR, ra_ind->ulFrameNumber,
- "Rx PH-RACH.ind has lenghth %d > 1\n", ra_ind->ulMsgLength);
+ "Rx PH-RACH.ind has length %d > 1\n", ra_ind->ulMsgLength);
msgb_free(l1p_msg);
return 0;
}