aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-octphy/l1_if.c
diff options
context:
space:
mode:
authorThorsten Alteholz <debian@alteholz.de>2019-07-16 20:40:38 +0200
committerlaforge <laforge@gnumonks.org>2019-07-17 10:58:57 +0000
commit2131a7931e45a0a417dd2ad12548ee4e380f16ba (patch)
treef49d6355447a9aafdc4c86a5ecf5e43df36aca46 /src/osmo-bts-octphy/l1_if.c
parentaf6f39025f1dad351e32b492ae0112a31d7b87bb (diff)
fix spelling stuff mentioned by lintian
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;
}